Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 05a381a

Browse files
committed
Add note pointing out that read-only commands no longer consume
command IDs.
1 parent 149db6b commit 05a381a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/src/sgml/ddl.sgml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/ddl.sgml,v 1.80 2007/12/03 23:49:50 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/ddl.sgml,v 1.81 2008/01/13 17:58:54 tgl Exp $ -->
22

33
<chapter id="ddl">
44
<title>Data Definition</title>
@@ -1034,12 +1034,14 @@ CREATE TABLE order_items (
10341034
</para>
10351035

10361036
<para>
1037-
Command
1038-
identifiers are also 32-bit quantities. This creates a hard limit
1037+
Command identifiers are also 32-bit quantities. This creates a hard limit
10391038
of 2<superscript>32</> (4 billion) <acronym>SQL</acronym> commands
10401039
within a single transaction. In practice this limit is not a
10411040
problem &mdash; note that the limit is on number of
10421041
<acronym>SQL</acronym> commands, not number of rows processed.
1042+
Also, as of <productname>PostgreSQL</productname> 8.3, only commands
1043+
that actually modify the database contents will consume a command
1044+
identifier.
10431045
</para>
10441046
</sect1>
10451047

0 commit comments

Comments
 (0)