File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 260
260
command <xref linkend="sql-set-transaction">.
261
261
</para>
262
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
+
263
275
<sect2 id="xact-read-committed">
264
276
<title>Read Committed Isolation Level</title>
265
277
You can’t perform that action at this time.
0 commit comments