Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 005e427

Browse files
committed
Make an editorial pass over the 9.0 release notes.
This is mostly about grammar, style, and presentation, though I did find a few small factual errors.
1 parent d898633 commit 005e427

File tree

3 files changed

+773
-620
lines changed

3 files changed

+773
-620
lines changed

doc/src/sgml/config.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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,

doc/src/sgml/ddl.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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>

0 commit comments

Comments
 (0)