Server/Database/Schema Definitions - Mailing list pgsql-general

From Brandon E Hofmann
Subject Server/Database/Schema Definitions
Date
Msg-id OFA9C8AFCB.0C86B085-ON86257170.004EDC4B-86257170.004F1755@notes.ntrs.com
Whole thread Raw
Responses Re: Server/Database/Schema Definitions
Re: Server/Database/Schema Definitions
List pgsql-general
When coding table and function scripts, how do you specify which
server/database/schema where you want new tables and functions to reside?
Every time I execute my creation scripts, it puts everything in the public
schema under the PostgreSQL server.  I'm new to PostgreSQL and haven't
found any documentation discussing these characteristics.

Do you explicitly define the server.schema.table_name in the create table
statement?  Should the tablespace be set to pg_default and the owner to
postgres?

Any help you could provide would be greatly appreciated.

Thanks,

Brandon


pgsql-general by date:

Previous
From: "Houssais Hugues"
Date:
Subject: Re: Concatenate WAL contents
Next
From: "Jim C. Nasby"
Date:
Subject: Re: Server/Database/Schema Definitions