pgsql: Reorganize format options of psql in alphabetical order - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Reorganize format options of psql in alphabetical order
Date
Msg-id E1gJuUx-0000qN-Fj@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Switch pg_promote to be parallel-safe
Next
From: Thomas Munro
Date:
Subject: pgsql: Remove some remaining traces of dsm_resize().