diff options
author | Neil Conway <neilc@samurai.com> | 2007-06-28 06:40:16 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2007-06-28 06:40:16 +0000 |
commit | 7c07b136bc596ed1238e786490419b6d26587302 (patch) | |
tree | 2a17fd7099fd75059becf01234263d40dfc52a80 /doc/src | |
parent | 867e2c91a0c341111b7a5257dc4c9a2659a022dc (diff) |
Add the function's volatility to the output of psql's \df+ command.
Update the psql reference page accordingly.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 49570be8908..7da2f4f4561 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.191 2007/05/03 15:47:48 alvherre Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.192 2007/06/28 06:40:16 neilc Exp $ PostgreSQL documentation --> @@ -976,7 +976,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 language and description, is shown. + each function, including volatility, language, source code and description, is shown. </para> <note> |