Обсуждение: pgsql: psql: Add option for procedures to \df

Поиск
Список
Период
Сортировка

pgsql: psql: Add option for procedures to \df

От
Peter Eisentraut
Дата:
psql: Add option for procedures to \df

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml                 |  6 ++--
src/bin/psql/command.c                         |  1 +
src/bin/psql/describe.c                        | 43 +++++++++++++++++++++++---
src/bin/psql/help.c                            |  2 +-
src/test/regress/expected/create_procedure.out | 32 ++++++++++++++-----
src/test/regress/sql/create_procedure.sql      | 12 +++++--
6 files changed, 76 insertions(+), 20 deletions(-)