pgsql: Fix psql's \d and allied commands to work with all server

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix psql's \d and allied commands to work with all server
Date: 2008-07-03 03:37:17
Message-ID: 20080703033717.3618F754857@cvs.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix psql's \d and allied commands to work with all server versions back to 7.4.
Guillaume Lelarge, with some additional fixes by me.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
psql-ref.sgml (r1.208 -> r1.209)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml?r1=1.208&r2=1.209)
pgsql/src/bin/psql:
describe.c (r1.173 -> r1.174)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.173&r2=1.174)

Browse pgsql-committers by date

  From Date Subject
Next Message Joe Conway 2008-07-03 03:56:57 pgsql: When an ERROR happens on a dblink remote connection, take pains
Previous Message Bruce Momjian 2008-07-03 02:49:55 pgsql: Update source code comment about when to use gettext_noop().