Re: [GENERAL] Server/Database/Schema Definitions

2006-05-17 Thread John DeSoi
On May 16, 2006, at 10:23 AM, Brandon E Hofmann wrote: 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 Post

Re: [GENERAL] Server/Database/Schema Definitions

2006-05-17 Thread Jim C. Nasby
On Tue, May 16, 2006 at 09:23:09AM -0500, Brandon E Hofmann wrote: > > 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

[GENERAL] Server/Database/Schema Definitions

2006-05-17 Thread Brandon E Hofmann
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 doc