Обсуждение: [COMMITTERS] pgsql: psql: Support identity columns in sequence display

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

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

От
Peter Eisentraut
Дата:
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(-)