PostgreSQL Create Schema
The PostgreSQL Create Schema tool allows users to use the RazorSQL GUI to generate the Create Schema DDL statement for PostgreSQL.
Options on the tool include the following:
Schema Name (the name of the schema to be created)
Authorization (the user that will own the new schema. if omitted, defaults to the current user)
Listed below is an example PostgreSQL create schema DDL generated by the Create Schema Tool
CREATE SCHEMA test_schema AUTHORIZATION postgres