ALTER TABLE OWNER

From: Mark Hollomon <mhh(at)mindspring(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: ALTER TABLE OWNER
Date: 2000-09-11 14:09:31
Message-ID: 20000911100931.A5469@mindspring.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


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 Content-Type Size
alterowner.patch text/plain 6.8 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2000-09-12 04:11:07 Re: Patch for JDBC driver not returning correct # of records deleted
Previous Message Dominic J. Eidson 2000-09-10 19:27:16 Re: Patch to make postmaster bind to only to localhost.