File tree Expand file tree Collapse file tree 3 files changed +773
-620
lines changed Expand file tree Collapse file tree 3 files changed +773
-620
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.306 2010/08/22 02:37:32 momjian Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.307 2010/08/23 02:43:25 tgl Exp $ -->
22
33<chapter Id="runtime-config">
44 <title>Server Configuration</title>
@@ -3507,7 +3507,7 @@ local0.* /var/log/postgresql
35073507 </row>
35083508 <row>
35093509 <entry><literal>%e</literal></entry>
3510- <entry>SQL state </entry>
3510+ <entry>SQLSTATE error code </entry>
35113511 <entry>no</entry>
35123512 </row>
35133513 <row>
@@ -3578,7 +3578,7 @@ FROM pg_stat_activity;
35783578 <para>
35793579 <application>Syslog</> produces its own
35803580 time stamp and process ID information, so you probably do not want to
3581- use those escapes if you are logging to <application>syslog</>.
3581+ include those escapes if you are logging to <application>syslog</>.
35823582 </para>
35833583 </tip>
35843584 </listitem>
@@ -3705,7 +3705,7 @@ FROM pg_stat_activity;
37053705 virtual transaction ID,
37063706 regular transaction ID,
37073707 error severity,
3708- SQL state code,
3708+ SQLSTATE code,
37093709 error message,
37103710 error message detail,
37113711 hint,
Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/ddl.sgml,v 1.95 2010/08/20 13:59:45 tgl Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/ddl.sgml,v 1.96 2010/08/23 02:43:25 tgl Exp $ -->
22
33<chapter id="ddl">
44 <title>Data Definition</title>
@@ -846,7 +846,7 @@ CREATE TABLE order_items (
846846 </para>
847847 </sect2>
848848
849- <sect2>
849+ <sect2 id="ddl-constraints-exclusion" >
850850 <title>Exclusion constraints</title>
851851
852852 <indexterm>
You can’t perform that action at this time.
0 commit comments