Server/Database/Schema Definitions

Поиск
Список
Период
Сортировка
От Brandon E Hofmann
Тема Server/Database/Schema Definitions
Дата
Msg-id OFA9C8AFCB.0C86B085-ON86257170.004EDC4B-86257170.004F1755@notes.ntrs.com
обсуждение исходный текст
Ответы Re: Server/Database/Schema Definitions  ("Jim C. Nasby" <jnasby@pervasive.com>)
Re: Server/Database/Schema Definitions  (John DeSoi <desoi@pgedit.com>)
Список 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 по дате отправления:

Предыдущее
От: "Houssais Hugues"
Дата:
Сообщение: Re: Concatenate WAL contents
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Server/Database/Schema Definitions