pgsql/src/backend/commands command.c - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian - CVS)
Subject pgsql/src/backend/commands command.c
Date
Msg-id 20020314224451.1BE19475958@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    momjian@postgresql.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


pgsql-committers by date:

Previous
From: inoue@postgresql.org (Hiroshi Inoue)
Date:
Subject: pgsql/src/interfaces/odbc connection.c connect ...
Next
From: davec@postgresql.org (Dave Cramer)
Date:
Subject: pgsql/src/interfaces/jdbc/org/postgresql/jdbc2 ...