Creates a new database schema.
Available in a network database and requires the star$define role.
Parameters:
| Name | Optional | Type | Description |
| schema$ | Mandatory | Text | The name of the database schema to be created. |
Examples:
SELECT create_schema('myschema'); -- creates a new schema called 'myschema'.
Tips:
- The star$schemas view indicates which schemas already exist.
Comments
Article is closed for comments.