Re: Contrib Schemas

Andrew Dunstan <andrew@dunslane.net>

From: "Andrew Dunstan" <andrew@dunslane.net>
To: <david@fetter.org>
Cc: <pgsql-hackers@postgresql.org>
Date: 2006-01-12T23:52:14Z
Lists: pgsql-hackers
David Fetter said:

> 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
>


Or maybe set it up at configure time, c.f. installation directories.

cheers

andrew