1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-08 06:02:22 +03:00

Add prosecdef to \df+ output.

Jon Erdman, reviewed by Phil Sorber and Stephen Frost.
This commit is contained in:
Heikki Linnakangas
2013-01-25 17:19:11 +02:00
parent 7441b49d19
commit 8936867627
2 changed files with 7 additions and 3 deletions

View File

@@ -1188,7 +1188,7 @@ testdb=>
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.