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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix psql's \d and allied commands to work with all server
Date
Msg-id 20080703033717.3618F754857@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update source code comment about when to use gettext_noop().
Next
From: joe@postgresql.org (Joe Conway)
Date:
Subject: pgsql: When an ERROR happens on a dblink remote connection, take pains