Re: [DOCS] Typo in ddl.sgml

2015-04-24 Thread Peter Eisentraut
On 4/20/15 5:31 AM, Thom Brown wrote: > On 20 April 2015 at 10:26, Amit Langote wrote: >> Hi, >> >> s/inheiritance/inheritance/g > > Looks like it's misspelled in a few places: > > $ grep -r 'inheiritance' . > ./src/test/regress/expected/updatable_views.out:-- security barrier > view based on in

Re: [DOCS] Add a new table for Transaction Isolation?

2015-04-24 Thread Peter Eisentraut
On 4/17/15 7:36 PM, David G. Johnston wrote: > diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml > index f88b16e..5002138 100644 > --- a/doc/src/sgml/mvcc.sgml > +++ b/doc/src/sgml/mvcc.sgml > @@ -100,6 +100,14 @@ > phenomena caused by interactions?) > > > + > + The conce

Re: [DOCS] ALTER TABLE documentation nitpick

2015-04-24 Thread Peter Eisentraut
On 4/9/15 10:20 PM, Amit Langote wrote: > Hi, > > ALTER TABLE [ IF EXISTS ] [ ONLY ] name [ * ] > action [, ... ] > > Why the description of [ IF EXISTS ] part above is listed with that of > actions; it seems to give an impression that it is one of the ALTER > TABLE actions. I think it should

Re: [DOCS] Add a new table for Transaction Isolation?

2015-04-24 Thread David G. Johnston
On Fri, Apr 24, 2015 at 9:57 AM, Peter Eisentraut wrote: > On 4/17/15 7:36 PM, David G. Johnston wrote: > > diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml > > index f88b16e..5002138 100644 > > --- a/doc/src/sgml/mvcc.sgml > > +++ b/doc/src/sgml/mvcc.sgml > > @@ -100,6 +100,14 @@ > >

Re: [DOCS] Add a new table for Transaction Isolation?

2015-04-24 Thread Kevin Grittner
David G. Johnston wrote: > On Fri, Apr 24, 2015 at 9:57 AM, Peter Eisentraut wrote: >> On 4/17/15 7:36 PM, David G. Johnston wrote: >>> + >>> + The concepts covered in this section are >>> + presented without examples of the behaviors described. The internet, >>> + including and espcial