Improve output of psql's \df+ command.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a670c24c382693c4f75e99c9292b2ed0f0d40a72
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-07-11T16:35:08Z
Releases: 9.6.0
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>

Files

PathChange+/−
doc/src/sgml/ref/psql-ref.sgml modified +7 −6
src/bin/psql/describe.c modified +41 −13

Documentation touched