[COMMITTERS] pgsql: psql: Support identity columns in sequence display

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: psql: Support identity columns in sequence display
Дата
Msg-id E1d4At5-0006S6-QI@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
psql: Support identity columns in sequence display

Where the footer for an owned serial sequence would say "Owned by", put
something analogous for a sequence belonging to an identity column.

Reported-by: Vitaly Burovoy <vitaly.burovoy@gmail.com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e4fddfd49241dc8dfda354993bad8d5518df1873

Modified Files
--------------
src/bin/psql/describe.c | 21 ++++++++++++++++-----
1 file changed, 16 insertions(+), 5 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: In load_relcache_init_file, initialize rd_pdcxt.
Следующее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.