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


---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
      choose an index scan if your joining column's datatypes do not
      match

Reply via email to