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
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
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
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
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
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