-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.2.0.0-incubating
-
Component/s: Documentation
-
Labels:None
For example:
testdb=# ALTER SCHEMA test1 owner to test1;
ERROR: Cannot support alter schema owner statement yet
testdb=# \h alter schema
Command: ALTER SCHEMA
Description: change the definition of a schema
Syntax:
ALTER SCHEMA name RENAME TO newname
ALTER SCHEMA name OWNER TO newowner
Should review the help doc
- links to