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
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
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