Re: Contrib Schemas - Mailing list pgsql-hackers

From Mark Kirkwood
Subject Re: Contrib Schemas
Date
Msg-id 43C6E345.7030805@paradise.net.nz
Whole thread Raw
In response to Contrib Schemas  (David Fetter <david@fetter.org>)
Responses Re: Contrib Schemas  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-hackers
David Fetter wrote:
> Folks,
> 
> I'm picturing something like this:
> 
> make install                                      # Option 0  Leave as-is
> make install --auto_schema  [--generate_path_mod] # Option 1
> make install --schema=contrib                     # Option 2
> make install --schema=foo                         # Option 3
> 
> What do you think?
>

I like the idea of being able to specify a schema as an option, but 
would prefer the default schema to be 'public'.

i.e.


make install [--schema=foo]                         # Option 4

Cheers

Mark


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Libpq COPY optimization
Next
From: "Anjan Kumar. A."
Date:
Subject: Re: Please Help: PostgreSQL Query Optimizer