pgsql: Reorganize format options of psql in alphabetical order

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Reorganize format options of psql in alphabetical order
Дата
Msg-id E1gJuUx-0000qN-Fj@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Switch pg_promote to be parallel-safe
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Remove some remaining traces of dsm_resize().