Обсуждение: pgsql: Fix psql's \d and allied commands to work with all server

Поиск
Список
Период
Сортировка

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

От
tgl@postgresql.org (Tom Lane)
Дата:
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)