Re: Commands to change name, schema, owner

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Commands to change name, schema, owner
Date: 2003-06-21 19:15:48
Message-ID: Pine.LNX.4.44.0306212035110.30849-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Swan 2003-06-21 20:50:38 Re: Two weeks to feature freeze
Previous Message Josh Berkus 2003-06-21 18:24:18 Re: [DEFAULT] Automated testing WAS: Two weeks to feature freeze