File tree Expand file tree Collapse file tree 3 files changed +774
-621
lines changed Expand file tree Collapse file tree 3 files changed +774
-621
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.294.2.6 2010/08/22 02:37:38 momjian Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.294.2.7 2010/08/23 02:43:35 tgl Exp $ -->
2
2
3
3
<chapter Id="runtime-config">
4
4
<title>Server Configuration</title>
@@ -3474,7 +3474,7 @@ local0.* /var/log/postgresql
3474
3474
</row>
3475
3475
<row>
3476
3476
<entry><literal>%e</literal></entry>
3477
- <entry>SQL state </entry>
3477
+ <entry>SQLSTATE error code </entry>
3478
3478
<entry>no</entry>
3479
3479
</row>
3480
3480
<row>
@@ -3545,7 +3545,7 @@ FROM pg_stat_activity;
3545
3545
<para>
3546
3546
<application>Syslog</> produces its own
3547
3547
time stamp and process ID information, so you probably do not want to
3548
- use those escapes if you are logging to <application>syslog</>.
3548
+ include those escapes if you are logging to <application>syslog</>.
3549
3549
</para>
3550
3550
</tip>
3551
3551
</listitem>
@@ -3672,7 +3672,7 @@ FROM pg_stat_activity;
3672
3672
virtual transaction ID,
3673
3673
regular transaction ID,
3674
3674
error severity,
3675
- SQL state code,
3675
+ SQLSTATE code,
3676
3676
error message,
3677
3677
error message detail,
3678
3678
hint,
Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/ddl.sgml,v 1.93.2.1 2010/07/29 19:34:36 petere Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/ddl.sgml,v 1.93.2.2 2010/08/23 02:43:35 tgl Exp $ -->
2
2
3
3
<chapter id="ddl">
4
4
<title>Data Definition</title>
36
36
is fixed, and each column has a name. The number of rows is
37
37
variable — it reflects how much data is stored at a given moment.
38
38
SQL does not make any guarantees about the order of the rows in a
39
- table. When a table is read, the rows will appear in random order,
39
+ table. When a table is read, the rows will appear in an unspecified order,
40
40
unless sorting is explicitly requested. This is covered in <xref
41
41
linkend="queries">. Furthermore, SQL does not assign unique
42
42
identifiers to rows, so it is possible to have several completely
@@ -846,7 +846,7 @@ CREATE TABLE order_items (
846
846
</para>
847
847
</sect2>
848
848
849
- <sect2>
849
+ <sect2 id="ddl-constraints-exclusion" >
850
850
<title>Exclusion constraints</title>
851
851
852
852
<indexterm>
You can’t perform that action at this time.
0 commit comments