From 7c07b136bc596ed1238e786490419b6d26587302 Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Thu, 28 Jun 2007 06:40:16 +0000 Subject: Add the function's volatility to the output of psql's \df+ command. Update the psql reference page accordingly. --- doc/src/sgml/ref/psql-ref.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') 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 @@ @@ -976,7 +976,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 language and description, is shown. + each function, including volatility, language, source code and description, is shown. -- cgit v1.2.3