pgsql: There is no good reason for the CREATE TABLE LIKE INCLUDING

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: There is no good reason for the CREATE TABLE LIKE INCLUDING
Date: 2009-12-20 18:28:14
Message-ID: 20091220182814.A4542753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2009-12-21 01:34:11 pgsql: More cleanups for the recent large object permissions patch.
Previous Message Peter Eisentraut 2009-12-20 07:31:43 pgsql: Version stamp 8.5alpha3