Re: Schemas: status report, call for developers - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: Schemas: status report, call for developers
Date
Msg-id GNELIHDDFBOCMGBFGEFOKEFOCCAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to Re: Schemas: status report, call for developers  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Schemas: status report, call for developers  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> 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



pgsql-hackers by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: PureFTPd
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: Schemas: status report, call for developers