From fb421231daaa5228542ef6644cdee505fbc31dba Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 14 Jul 2018 12:17:49 +0200 Subject: psql: Add option for procedures to \df --- doc/src/sgml/ref/psql-ref.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index b17039d60f9..eb9d93a168e 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1423,16 +1423,16 @@ testdb=> - \df[antwS+] [ pattern ] + \df[anptwS+] [ pattern ] Lists functions, together with their result data types, argument data types, and function types, which are classified as agg - (aggregate), normal, trigger, or window. + (aggregate), normal, procedure, trigger, or window. To display only functions of specific type(s), add the corresponding letters a, - n, t, or w to the command. + n, p, t, or w to the command. If pattern is specified, only functions whose names match the pattern are shown. -- cgit v1.2.3