aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2013-01-25 17:19:11 +0200
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2013-01-25 17:22:26 +0200
commit89368676273a4455a20eea61b8c2f30190a223ec (patch)
tree9f8a71ec4da68741757d918d9d97941fbe7dbf75 /doc/src
parent7441b49d1930a56b20c8ab4bb3ecb9bcdb4878de (diff)
downloadpostgresql-89368676273a4455a20eea61b8c2f30190a223ec.tar.gz
postgresql-89368676273a4455a20eea61b8c2f30190a223ec.zip
Add prosecdef to \df+ output.
Jon Erdman, reviewed by Phil Sorber and Stephen Frost.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/psql-ref.sgml2
1 files changed, 1 insertions, 1 deletions
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=&gt;
class="parameter">pattern</replaceable> is specified, only
functions whose names match the pattern are shown. If the
form <literal>\df+</literal> 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 <literal>S</literal>
modifier to include system objects.