pgsql/src/backend/commands command.c

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/commands command.c
Date: 2002-03-14 22:44:51
Message-ID: 20020314224451.1BE19475958@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)org 02/03/14 17:44:50

Modified files:
src/backend/commands: command.c

Log message:
The attached patch changes ALTER TABLE OWNER to also change the
ownership of any toast tables that belong to the table that is being
operated upon (as suggested by Tom Lane).

Neil Conway

Browse pgsql-committers by date

  From Date Subject
Next Message Dave Cramer 2002-03-15 04:11:52 pgsql/src/interfaces/jdbc/org/postgresql/jdbc2 ...
Previous Message Hiroshi Inoue 2002-03-14 05:42:04 pgsql/src/interfaces/odbc connection.c connect ...