Обсуждение: pgsql: Improve output of psql's \df+ command.

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

pgsql: Improve output of psql's \df+ command.

От
Tom Lane
Дата:
Improve output of psql's \df+ command.

Add display of proparallel (parallel-safety) when the server is >= 9.6,
and display of proacl (access privileges) for all server versions.
Minor tweak of column ordering to keep related columns together.

Michael Paquier

Discussion: <CAB7nPqTR3Vu3xKOZOYqSm-+bSZV0kqgeGAXD6w5GLbkbfd5Q6w@mail.gmail.com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a670c24c382693c4f75e99c9292b2ed0f0d40a72

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 13 +++++-----
src/bin/psql/describe.c        | 54 ++++++++++++++++++++++++++++++++----------
2 files changed, 48 insertions(+), 19 deletions(-)