Re: Missing column_constraint explanation

2018-01-14 Thread Michael Paquier
On Sun, Jan 14, 2018 at 09:33:13AM -0500, Stephen Frost wrote: > I'm not really sure why the thread keeps getting broken, but the > original was here: > > https://www.postgresql.org/message-id/flat/CAB_COdgOoA=G18RhWPoW8zZ+xOxTns7xD7psHA=ct+xccok...@mail.gmail.com#CAB_COdgOoA=G18RhWPoW8zZ+xOxTns7x

Re: Missing column_constraint explanation

2018-01-14 Thread Stephen Frost
Michael, * Michael Paquier (michael.paqu...@gmail.com) wrote: > On Sat, Jan 13, 2018 at 09:06:22PM -0500, Stephen Frost wrote: > > I'm not really sure that we want to go there for this case though. > > Perhaps others disagree, but that seems like a lot to avoid this > > particular duplication, whi

Re: Missing column_constraint explanation

2018-01-14 Thread Michael Paquier
On Sat, Jan 13, 2018 at 09:06:22PM -0500, Stephen Frost wrote: > I'm not really sure that we want to go there for this case though. > Perhaps others disagree, but that seems like a lot to avoid this > particular duplication, which really isn't all that bad. > > This patch also seems to have gotten

Re: Missing column_constraint explanation

2018-01-13 Thread Stephen Frost
Michael, * Michael Paquier (michael.paqu...@gmail.com) wrote: > On Thu, Dec 21, 2017 at 12:15 PM, Stephen Frost wrote: > > Now, if we could do that in such a way that we avoid having to actually > > duplicate the 'source' for these productions into different places in > > the documentation, that

Re: Missing column_constraint explanation

2017-12-20 Thread Michael Paquier
On Thu, Dec 21, 2017 at 12:15 PM, Stephen Frost wrote: > Now, if we could do that in such a way that we avoid having to actually > duplicate the 'source' for these productions into different places in > the documentation, that would be fantastic because it certainly isn't > fun having to find all

Re: Missing column_constraint explanation

2017-12-20 Thread Stephen Frost
ble.html > > Description: > > > > Missing column_constraint explanation in parameters section > > Those docs say already that ADD COLUMN follows the same grammar as > CREATE TABLE, which basically means that there is no need to duplicate > the same definit

Re: Missing column_constraint explanation

2017-12-20 Thread Michael Paquier
On Wed, Dec 20, 2017 at 6:08 PM, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/9.6/static/sql-altertable.html > Description: > > Missing column_constraint explanation in parameters s

Missing column_constraint explanation

2017-12-20 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/sql-altertable.html Description: Missing column_constraint explanation in parameters section