38.1. Creating a Schema #
In the navigation panel, go to Databases.
(Optional) To display system databases, turn on Show system databases.
Click the name of the database.
In the top-right corner of the page, click Create schema.
Specify parameters of the new schema (parameters marked with an asterisk are required):
Name.
Owner.
lock_timeout, s: Abort any statement that waits longer than the specified time while attempting to acquire a lock on a table, index, row, or other database object. The time limit applies separately to each lock acquisition attempt.
For more information about this parameter, refer to the official Postgres Pro documentation.
Click Create.