Re: Commands to change name, schema, owner - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Commands to change name, schema, owner
Date
Msg-id Pine.LNX.4.44.0306212035110.30849-100000@peter.localdomain
Whole thread Raw
In response to Re: Commands to change name, schema, owner  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-hackers
Christopher Kings-Lynne writes:

> > The command is: ALTER THING name AUTHORIZATION username;  (This is
> > consistent with the CREATE SCHEMA syntax.  Anyone like OWNER better?)
> k
> WHy not copy the exiting ALTER TABLE / OWNER TO syntax?

Because the standard specifies the syntax CREATE SCHEMA name AUTHORIZATION
username.  I'd rather generalize a standard syntax.  But we can have both
if people prefer that.

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: [DEFAULT] Automated testing WAS: Two weeks to feature freeze
Next
From: Thomas Swan
Date:
Subject: Re: Two weeks to feature freeze