Re: Contrib Schemas

From: Mark Kirkwood <markir(at)paradise(dot)net(dot)nz>
To: David Fetter <david(at)fetter(dot)org>
Cc: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Contrib Schemas
Date: 2006-01-12 23:16:21
Message-ID: 43C6E345.7030805@paradise.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2006-01-12 23:52:14 Re: Contrib Schemas
Previous Message Tom Lane 2006-01-12 23:12:27 Re: Libpq COPY optimization