Re: [DOCS] [BUGS] documentation bug - behave of NEW a OLD in plpgsql's triggers

2011-09-07 Thread Josh Kupershmidt
On Tue, Sep 6, 2011 at 10:54 PM, Bruce Momjian wrote: > Josh Kupershmidt wrote: >> How about a doc tweak like the attached? > > Perfect.  Applied to 9.0, 9.1, and head.  Thanks.  Sorry for the delay. Err, as Tom's first comment in this thread explains, Pavel and I were both wrong: the variables i

[DOCS] Re: [BUGS] documentation bug - behave of NEW a OLD in plpgsql's triggers

2011-09-07 Thread Bruce Momjian
Josh Kupershmidt wrote: > On Tue, Sep 6, 2011 at 10:54 PM, Bruce Momjian wrote: > > Josh Kupershmidt wrote: > >> How about a doc tweak like the attached? > > > > Perfect. ?Applied to 9.0, 9.1, and head. ?Thanks. ?Sorry for the delay. > > Err, as Tom's first comment in this thread explains, Pavel

Re: [DOCS] [BUGS] documentation bug - behave of NEW a OLD in plpgsql's triggers

2011-09-07 Thread Pavel Stehule
2011/9/7 Josh Kupershmidt : > On Tue, Sep 6, 2011 at 10:54 PM, Bruce Momjian wrote: >> Josh Kupershmidt wrote: >>> How about a doc tweak like the attached? >> >> Perfect.  Applied to 9.0, 9.1, and head.  Thanks.  Sorry for the delay. > > Err, as Tom's first comment in this thread explains, Pavel a

Re: [DOCS] createuser/dropuser username

2011-09-07 Thread Bruce Momjian
Tom Lane wrote: > Susanne Ebrecht writes: > > PostgreSQL even is so intelligent - that when you say: > > $ createdb "tEst" - it will ignore the quotes - you will get database > > named tEst and not > > named "tEst". > > Not true. The reason you don't get quotes there is that the shell > strippe

Re: [DOCS] createuser/dropuser username

2011-09-07 Thread Tom Lane
Bruce Momjian writes: > Uh, I did some digging after this email report and found it does need > some cleanup, which is done in the attached patch. > It removes quoting for table references in clusterdb and index/table > references in reindexdb, Uh, surely that breaks things. Or did you miss my

Re: [DOCS] createuser/dropuser username

2011-09-07 Thread Bruce Momjian
Tom Lane wrote: > Bruce Momjian writes: > > Uh, I did some digging after this email report and found it does need > > some cleanup, which is done in the attached patch. > > > It removes quoting for table references in clusterdb and index/table > > references in reindexdb, > > Uh, surely that bre