blob: 8659bcd4c3709a4cf45111cdad5541e4d8c2756a (
plain)
1
2
3
4
5
6
|
# file : pgsql-schema.testscript
# license : GNU GPL v2; see accompanying LICENSE file
# Create the PostgreSQL database schema creation canned command base.
#
create_schema_cmd = [cmdline] $pgsql_client_cmd
|