]> granicus.if.org Git - postgresql/commit
Improve output of psql's \df+ command.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Jul 2016 16:35:03 +0000 (12:35 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Jul 2016 16:35:08 +0000 (12:35 -0400)
commita670c24c382693c4f75e99c9292b2ed0f0d40a72
tree60d12835d23b84ca365e1be4d000aaf335cf0024
parent740bf396a1d5cc41a8398076a9de1485c497c49c
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>
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/describe.c