Thread: pgsql: Reorganize format options of psql in alphabetical order

pgsql: Reorganize format options of psql in alphabetical order

From
Michael Paquier
Date:
Reorganize format options of psql in alphabetical order

This makes the addition of new formats easier, and documentation lookups
easier.

Author: Daniel Vérité
Reviewed-by: Fabien Coelho
Discussion: https://postgr.es/m/alpine.DEB.2.20.1803081004241.2916@lancre

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/add9182e59084faf57bb264fefcd39fbc93fb116

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 17 ++++++++---------
src/bin/psql/command.c         | 30 +++++++++++++++---------------
src/bin/psql/tab-complete.c    |  6 +++---
src/include/fe_utils/print.h   |  8 ++++----
4 files changed, 30 insertions(+), 31 deletions(-)