>From 35b2aec7f6816c7ecd7bb1f8e2ecb2439043d982 Mon Sep 17 00:00:00 2001 From: Craig Ringer Date: Mon, 20 Aug 2012 12:02:53 +0800 Subject: [PATCH 3/3] Change xref of note re SERIAL to point to mvcc-exceptions --- doc/src/sgml/mvcc.sgml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml new file mode 100644 index e2930c9..0de4b75 *** a/doc/src/sgml/mvcc.sgml --- b/doc/src/sgml/mvcc.sgml *************** *** 267,274 **** made to a SEQUENCE (and therefore the counter of a SERIAL) are immediately visible to all other transactions and are not rolled back if the transaction that made the ! changes aborts. See and ! . --- 267,273 ---- made to a SEQUENCE (and therefore the counter of a SERIAL) are immediately visible to all other transactions and are not rolled back if the transaction that made the ! changes aborts. See . -- 1.7.11.2