From 89368676273a4455a20eea61b8c2f30190a223ec Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Fri, 25 Jan 2013 17:19:11 +0200 Subject: Add prosecdef to \df+ output. Jon Erdman, reviewed by Phil Sorber and Stephen Frost. --- doc/src/sgml/ref/psql-ref.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 4c99cd9951d..4c87d8ad7fe 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1188,7 +1188,7 @@ testdb=> class="parameter">pattern is specified, only functions whose names match the pattern are shown. If the form \df+ is used, additional information - about each function, including volatility, language, source + about each function, including security, volatility, language, source code and description, is shown. By default, only user-created objects are shown; supply a pattern or the S modifier to include system objects. -- cgit v1.2.3