Re: Contrib Schemas - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: Contrib Schemas
Date
Msg-id 43C70A7F.708@familyhealth.com.au
Whole thread Raw
In response to Re: Contrib Schemas  (Mark Kirkwood <markir@paradise.net.nz>)
Responses Re: Contrib Schemas  (John DeSoi <desoi@pgedit.com>)
List pgsql-hackers
Default schema really has to be public to help the newbies out there. 
All contribs should come with some sort of standard uninstall.sql script 
though.

Chris

Mark Kirkwood wrote:
> 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
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings



pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Contrib Schemas
Next
From: John DeSoi
Date:
Subject: Re: Contrib Schemas