Re: Contrib Schemas
Christopher Kings-Lynne <chriskl@familyhealth.com.au>
From: Christopher Kings-Lynne <chriskl@familyhealth.com.au>
To: Mark Kirkwood <markir@paradise.net.nz>
Cc: David Fetter <david@fetter.org>, PG Hackers <pgsql-hackers@postgresql.org>
Date: 2006-01-13T02:03:43Z
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