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