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

From [email protected] (Bruce Momjian - CVS)
Subject pgsql/src/backend/commands command.c
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    [email protected]    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: [email protected] (Hiroshi Inoue)
Date:
Subject: pgsql/src/interfaces/odbc connection.c connect ...
Next
From: [email protected] (Dave Cramer)
Date:
Subject: pgsql/src/interfaces/jdbc/org/postgresql/jdbc2 ...