pgsql: Do not show information_schema in \d* commands, unless 'S' or

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Do not show information_schema in \d* commands, unless 'S' or
Дата
Msg-id 20090402173826.46134754ADE@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Do not show information_schema in \d* commands, unless 'S' or pattern is
specified.

Martin Pihlak

Modified Files:
--------------
    pgsql/src/bin/psql:
        describe.c (r1.204 -> r1.205)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.204&r2=1.205)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix SetClientEncoding() to maintain a cache of previously
Следующее
От: teodor@postgresql.org (Teodor Sigaev)
Дата:
Сообщение: pgsql: Fix memory allocation for output of hstore type.