|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.53 2006/04/1800:52:22 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.54 2006/04/1812:41:15 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="runtime-config"> |
4 | 4 | <title>Server Configuration</title> |
@@ -2759,7 +2759,7 @@ SELECT * FROM parent WHERE key = 2400; |
2759 | 2759 | <para> |
2760 | 2760 | The <command>EXECUTE</command> statement is not considered a |
2761 | 2761 | <literal>ddl</> or <literal>mod</> statement. Statements that |
2762 | | - generate errors are not logged. Set |
| 2762 | + generatesyntaxerrors are not logged. Set |
2763 | 2763 | <varname>log_min_error_statement</> to <literal>error</> to |
2764 | 2764 | log such statements. |
2765 | 2765 | </para> |
|