Re: ALTER TABLE OWNER

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Mark Hollomon <mhh(at)mindspring(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: ALTER TABLE OWNER
Date: 2000-09-12 05:09:35
Message-ID: 200009120509.BAA13287@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Applied.

>
> This patch implements the following command:
>
> ALTER TABLE <tablename> OWNER TO <username>
>
> Only a superuser may execute the command.
>
> --
> Mark Hollomon
> mhh(at)mindspring(dot)com

[ Attachment, skipping... ]

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message William Webber 2000-09-12 05:10:54 Re: JDBC: redundant String allocations removed
Previous Message Bruce Momjian 2000-09-12 05:08:27 Re: Patch to make postmaster bind to only to localhost.