Re: [DOCS] ALTER TABLE lock level

2013-06-06 Thread Marko Tiikkaja
On 02/06/2013 13:47, Kevin Grittner wrote: That's good as far as it goes, but there's another major reason for wanting the capability. There are cases where, due to dirty converted data or late recognition of the need for a constraint there is existing data which violates the constraint. Being

Re: [DOCS] VALUES lists aliases

2013-06-06 Thread Peter Eisentraut
On Tue, 2013-05-21 at 12:18 -0400, Greg Smith wrote: > Next from the stream of doc comments, someone points out that if you > read http://www.postgresql.org/docs/current/static/queries-values.html a > beginner may not understand just what " table alias list" means. If you > start at the beginni

Re: [DOCS] Minor quibble with description of WINDOW clause

2013-06-06 Thread Tom Lane
eggyknap writes: > The way the WINDOW clause docs are currently worded, it's clear from the > grammar tree that such clauses come toward the end of the query. But this > phrase made me wonder, incorrectly, whether they were supposed to come before > calls to window functions, somehow: > "...where