1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

Repair missed renamings of show_statement_stats and show_executor_stats.

This commit is contained in:
Tom Lane
2003-11-24 14:49:51 +00:00
parent 8878cc4cd7
commit c52204b224
3 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.178 2003/11/04 09:55:38 petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.179 2003/11/24 14:49:51 tgl Exp $
PostgreSQL documentation
-->
@ -6668,7 +6668,7 @@ SELECT current_setting('datestyle');
<literal>false</literal> instead. The function corresponds to the
SQL command <command>SET</command>. An example:
<programlisting>
SELECT set_config('show_statement_stats', 'off', false);
SELECT set_config('log_statement_stats', 'off', false);
set_config
------------

View File

@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.221 2003/11/16 17:01:50 tgl Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.222 2003/11/24 14:49:51 tgl Exp $
-->
<Chapter Id="runtime">
@ -2677,7 +2677,7 @@ $ <userinput>postmaster -o '-S 1024 -s'</userinput>
<row>
<entry><option>-s</option><footnoteref linkend="fn.runtime-config-short"></entry>
<entry><literal>show_statement_stats = on</></entry>
<entry><literal>log_statement_stats = on</></entry>
</row>
<row>