Content-Length: 274068 | pFad | http://github.com/postgrespro/postgres_cluster/commit/82ef3d3008f8ec9c565f7a5724196cd0f342d594

21 Add a note to the MVCC chapter that some things aren't transactional. · postgrespro/postgres_cluster@82ef3d3 · GitHub
Skip to content

Commit 82ef3d3

Browse files
committed
Add a note to the MVCC chapter that some things aren't transactional.
Craig Ringer, slightly edited by me.
1 parent 71450d7 commit 82ef3d3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/src/sgml/mvcc.sgml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,18 @@
260260
command <xref linkend="sql-set-transaction">.
261261
</para>
262262

263+
<important>
264+
<para>
265+
Some <productname>PostgreSQL</productname> data types and functions have
266+
special rules regarding transactional behaviour. In particular, changes
267+
made to a <literal>SEQUENCE</literal> (and therefore the counter of a
268+
column declared using <literal>SERIAL</literal>) are immediately visible
269+
to all other transactions and are not rolled back if the transaction
270+
that made the changes aborts. See <xref linkend="functions-sequence">
271+
and <xref linkend="datatype-serial">.
272+
</para>
273+
</important>
274+
263275
<sect2 id="xact-read-committed">
264276
<title>Read Committed Isolation Level</title>
265277

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/82ef3d3008f8ec9c565f7a5724196cd0f342d594

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy