diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-08-23 02:43:35 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-08-23 02:43:35 +0000 |
| commit | 1be6be8f11f6fce171b9c5b9b5ce3ee5054f1484 (patch) | |
| tree | dc896366c6fca295c0235c6c9fbea0d92a159ad0 /doc/src/sgml/ddl.sgml | |
| parent | 84d30267c590ee5b82070dbc852dabf6369b507b (diff) | |
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.
Diffstat (limited to 'doc/src/sgml/ddl.sgml')
| -rw-r--r-- | doc/src/sgml/ddl.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index c083a24c0e4..edbfb31f471 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/ddl.sgml,v 1.93.2.1 2010/07/29 19:34:36 petere Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/ddl.sgml,v 1.93.2.2 2010/08/23 02:43:35 tgl Exp $ --> <chapter id="ddl"> <title>Data Definition</title> @@ -36,7 +36,7 @@ is fixed, and each column has a name. The number of rows is variable — it reflects how much data is stored at a given moment. SQL does not make any guarantees about the order of the rows in a - table. When a table is read, the rows will appear in random order, + table. When a table is read, the rows will appear in an unspecified order, unless sorting is explicitly requested. This is covered in <xref linkend="queries">. Furthermore, SQL does not assign unique identifiers to rows, so it is possible to have several completely @@ -846,7 +846,7 @@ CREATE TABLE order_items ( </para> </sect2> - <sect2> + <sect2 id="ddl-constraints-exclusion"> <title>Exclusion constraints</title> <indexterm> |
