Re: Schemas: status report, call for developers

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Bill Cunningham" <billc(at)ballydev(dot)com>
Cc: "pgsql-hackers" <pgsql-hackers(at)postgresql(dot)org>, "pgsql-interfaces" <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: Schemas: status report, call for developers
Date: 2002-05-01 02:09:38
Message-ID: GNELIHDDFBOCMGBFGEFOKEFOCCAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

> test=# CREATE USER tgl;
> CREATE USER
> test=# CREATE SCHEMA tgl AUTHORIZATION tgl;
> CREATE

What about "CREATE USER tgl WITH SCHEMA;" ?

Which will implicitly do a "CREATE SCHEMA tgl AUTHORIZATION tgl;"

Chris

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2002-05-01 02:15:44 Re: Schemas: status report, call for developers
Previous Message Christopher Kings-Lynne 2002-05-01 02:07:13 PureFTPd

Browse pgsql-interfaces by date

  From Date Subject
Next Message Christopher Kings-Lynne 2002-05-01 02:15:44 Re: Schemas: status report, call for developers
Previous Message Christopher Kings-Lynne 2002-05-01 02:05:23 Re: [HACKERS] [INTERFACES] Schemas: status report, call for developers