Re: ALTER TABLE OWNER patch

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Mark Hollomon <mhh(at)mindspring(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: ALTER TABLE OWNER patch
Date: 2000-09-16 18:00:20
Message-ID: Pine.LNX.4.21.0009161958110.1088-100000@peter
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I know that this feature is often asked for, but be aware that it is
incompatible with the future, namely SQL schema support. Under that
scheme, a schema has an owner and all objects belong to a schema. I guess
at that point we'd have to disable this command with a reference to some
sort of command to move objects between schemas.

Mark Hollomon writes:

> I sent to the following patch to the PATCHES list.
>
>
> This patch implements the following command:
>
> ALTER TABLE <tablename> OWNER TO <username>
>
> Only a superuser may execute the command.
>
>

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2000-09-16 19:04:36 Re: Patch for TNS services
Previous Message Oleg Bartunov 2000-09-16 17:44:51 Re: broken locale in 7.0.2 without multibyte support (FreeBSD 4.1-RELEASE) ?