Re: Documentation mistake

Kevin Grittner <kevin.grittner@wicourts.gov>

From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: "Vik Reykja" <vikreykja@gmail.com>, "PostgreSQL Hackers" <pgsql-hackers@postgresql.org>
Date: 2011-10-28T15:01:20Z
Lists: pgsql-hackers

Attachments

Vik Reykja <vikreykja@gmail.com> wrote:
> in Section 13.2.3 of the 9.1 docs [1], the follow sentence
> fragment can be found:
> 
> "using Serializable transactions will allow one transaction to
> commit and and will roll the other back"
> 
> Note the double "and" towards the end. (Is this the right list for
> this kind of report?)
 
When it's strictly documentation and doesn't involve questions of
how the software works, pgsql-docs is probably better, but this
works.
 
Trivial patch attached.  Thanks!
 
-Kevin