We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71450d7 commit 82ef3d3Copy full SHA for 82ef3d3
doc/src/sgml/mvcc.sgml
@@ -260,6 +260,18 @@
260
command <xref linkend="sql-set-transaction">.
261
</para>
262
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
+
275
<sect2 id="xact-read-committed">
276
<title>Read Committed Isolation Level</title>
277
0 commit comments