| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | Blaz Merela <blaz(dot)merela(at)gmail(dot)com> |
| Cc: | pgsql-www(at)postgresql(dot)org |
| Subject: | Re: Typo in SSI docs? |
| Date: | 2018-01-29 21:06:22 |
| Message-ID: | 20180129210622.GA9307@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-www |
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(at)momjian(dot)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 +
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Nikolay Shaplov | 2018-01-29 21:27:40 | Streaming commtifest as RSS feed |
| Previous Message | Peter Geoghegan | 2018-01-21 21:01:16 | Re: [pgcommitfest2] Sorting columns |