pgsql: Remove unnecessary and version-sensitive dependence on the exact

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove unnecessary and version-sensitive dependence on the exact
Date: 2009-07-20 03:46:45
Message-ID: 20090720034645.7B57875331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove unnecessary and version-sensitive dependence on the exact set of
column names to be found in a sequence. Per gripe from Bruce.

Modified Files:
--------------
pgsql/src/bin/psql:
describe.c (r1.224 -> r1.225)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.224&r2=1.225)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-07-20 03:46:53 pgsql: Remove unnecessary and version-sensitive dependence on the exact
Previous Message Andrew Dunstan 2009-07-20 02:42:29 pgsql: DROP IF EXISTS for columns and constraints.