Re: ALTER DOMAIN .. OWNER TO ..

From: Rod Taylor <rbt(at)rbt(dot)ca>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: ALTER DOMAIN .. OWNER TO ..
Date: 2002-12-09 03:32:52
Message-ID: 1039404771.79804.214.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Sun, 2002-12-08 at 22:31, Christopher Kings-Lynne wrote:
> DOH! I mean, what about the owner of the domain? :)

Alter table doesn't even allow the owner of the schema to change the
table owner.

Anyway... Unix has never allowed you to give away your own stuff to
others on the filesystem. I'm sure there is a good reason for that :)

> ----- Original Message -----
> From: "Rod Taylor" <rbt(at)rbt(dot)ca>
> To: "PostgreSQL Patches" <pgsql-patches(at)postgresql(dot)org>
> Sent: Sunday, December 08, 2002 6:19 PM
> Subject: [PATCHES] ALTER DOMAIN .. OWNER TO ..
>
>
> Allow change of ownership in a domain.
>
> Either a superuser or owner of the schema may change the owner of the
> domain.
--
Rod Taylor <rbt(at)rbt(dot)ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Roberto Mello 2002-12-09 03:38:31 Re: Patches + new translation to Brazilian Portuguese
Previous Message Christopher Kings-Lynne 2002-12-09 03:31:06 Re: ALTER DOMAIN .. OWNER TO ..