Renames an existing schema.
Available in a network database and requires the star$define role.
Parameters:
| Name | Optional | Type | Description |
| old$ | Mandatory | Text | Existing schema name. |
| new$ | Mandatory | Text | New schema name. |
Examples:
SELECT rename_schema('old','new'); -- renames schema 'old' to 'new'
Tips:
- The star$schemas view lists existing schemas
Comments
Article is closed for comments.