diff options
Diffstat (limited to 'doc/src/sgml/func.sgml')
-rw-r--r-- | doc/src/sgml/func.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index e954f8e7bf9..ee8cc7d3f60 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.118 2002/08/29 05:17:55 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.119 2002/09/01 23:26:05 momjian Exp $ PostgreSQL documentation --> @@ -5241,7 +5241,7 @@ select current_setting('DateStyle'); <literal>false</literal> instead. It is the equivalent to the SQL <command>SET</command> command. For example: <programlisting> -select set_config('show_query_stats','off','f'); +select set_config('show_statement_stats','off','f'); set_config ------------ off |