sf-static/sql/modules/views/pgsql/templates/schema.php

3 lines
82 B
PHP
Raw Normal View History

2023-02-28 18:21:07 +00:00
CREATE SCHEMA schema_name
[ AUTHORIZATION user_name ]
[ schema_element [ ... ] ]