pgsql: Display incoming as well as outgoing foreign-key constraints in

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Display incoming as well as outgoing foreign-key constraints in
Дата
Msg-id 20080330175011.5D7167558E7@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Display incoming as well as outgoing foreign-key constraints in psql's
\d output for a table.

Kenneth D'Souza, some changes by myself.

Modified Files:
--------------
    pgsql/src/bin/psql:
        describe.c (r1.164 -> r1.165)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.164&r2=1.165)

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

Предыдущее
От: neilc@postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Enable 64-bit integer datetimes by default, per previous
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Show database access privileges in psql's \l command.