Thread: Typo in SSI docs?

Typo in SSI docs?

From
Blaz Merela
Date:
A (potential) correction for the last INSERT INTO statement in the 'Intersecting Data' section (https://wiki.postgresql.org/wiki/SSI#Intersecting_Data). After 'session 1' does a ROLLBACK, it should retry with

INSERT INTO mytab VALUES (2, 30);

not

INSERT INTO mytab VALUES (2, 330);


Re: Typo in SSI docs?

From
Bruce Momjian
Date:
On Tue, Dec 19, 2017 at 06:38:25AM +0100, Blaz Merela wrote:
> A (potential) correction for the last INSERT INTO statement in the
> 'Intersecting Data' section (https://wiki.postgresql.org/wiki/SSI#
> Intersecting_Data). After 'session 1' does a ROLLBACK, it should retry with
> 
> INSERT INTO mytab VALUES (2, 30);
> 
> not
> 
> INSERT INTO mytab VALUES (2, 330);

Ah,  yes, fixed.

-- 
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +