ALTER TABLESPACE v11
Name
ALTER TABLESPACE
-- change the definition of a tablespace.
Synopsis
Description
ALTER TABLESPACE
changes the definition of a tablespace.
Parameters
name
The name of an existing tablespace.
newname
The new name of the tablespace. The new name cannot begin with pg_
, as such names are reserved for system tablespaces.
Examples
Rename tablespace empspace
to employee_space
:
See Also