Re: psql documentation one liner

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>, pgsql-patches(at)postgresql(dot)org
Subject: Re: psql documentation one liner
Date: 2004-02-13 05:09:47
Message-ID: 200402130509.i1D59lr14806@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Peter Eisentraut wrote:
> Gavin Sherry wrote:
> > This just clears up one aspect of variable handling in psql.
> > [ "variable names are case-sensitive" ]
>
> I honestly wonder why this is suddenly of so much interest. I hope no
> one is going to question the fact that the command names are
> case-sensitive. Do we need a note abou that, too?

Patch applied. I just added a sentence, rather than an new paragraph.
I think the confusion is because SQL variable names aren't case
senstitive, so it is a little confusing.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Attachment Content-Type Size
unknown_filename text/plain 604 bytes

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-02-13 05:12:08 Re: Some new SPI functions
Previous Message Bruce Momjian 2004-02-13 04:53:22 Re: [PATCHES] log session end - again