Обсуждение: pgsql: Modify psql's \d printout to fold exclusion constraints in with

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

pgsql: Modify psql's \d printout to fold exclusion constraints in with

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Modify psql's \d printout to fold exclusion constraints in with regular
indexes, rather than printing them twice.  Per my gripe when the exclusion
constraint feature was committed.

Modified Files:
--------------
    pgsql/src/bin/psql:
        describe.c (r1.240 -> r1.241)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.240&r2=1.241)