From: | Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> |
---|---|
To: | Mark Kirkwood <markir(at)paradise(dot)net(dot)nz> |
Cc: | David Fetter <david(at)fetter(dot)org>, PG Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Contrib Schemas |
Date: | 2006-01-13 02:03:43 |
Message-ID: | 43C70A7F.708@familyhealth.com.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-01-13 04:21:28 | Re: info is a reserved word? |
Previous Message | Michael Fuhr | 2006-01-13 01:29:32 | Re: info is a reserved word? |