pgsql: There is no good reason for the CREATE TABLE LIKE INCLUDING - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: There is no good reason for the CREATE TABLE LIKE INCLUDING
Date
Msg-id 20091220182814.A4542753FB7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
There is no good reason for the CREATE TABLE LIKE INCLUDING COMMENTS code to
have hard-wired knowledge of the rules for naming index columns.  It can
just look at the actual names in the source index, instead.  Do some minor
formatting cleanup too.

Modified Files:
--------------
    pgsql/src/backend/parser:
        parse_utilcmd.c (r2.32 -> r2.33)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_utilcmd.c?r1=2.32&r2=2.33)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Version stamp 8.5alpha3
Next
From: rhaas@postgresql.org (Robert Haas)
Date:
Subject: pgsql: More cleanups for the recent large object permissions patch.