17.1. ALTER SCHEMA
Synopsis
ALTER SCHEMA name RENAME TO new_name
Description
Change the definition of an existing schema.
Examples
Rename schema web to traffic:
ALTER TABLE web RENAME TO traffic
ALTER SCHEMA name RENAME TO new_name
Change the definition of an existing schema.
Rename schema web to traffic:
ALTER TABLE web RENAME TO traffic