Re: case sensitivity

From: "Simon Crute" <simon-news(at)nospam(dot)geordie(dot)demon(dot)co(dot)uk>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: case sensitivity
Date: 2001-05-13 10:21:20
Message-ID: 989749499.4806.0.nnrp-08.9e981bad@news.demon.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

If anyone's interested,
I found the answer to my first question buried in the DBI docs
(fetch_hashref("NAME_uc") if anyone's interested)

With regards to case
> AFAIK we're exactly as picky about it as Oracle, just in the opposite
> direction.

I think there's some differences in function names. In oracle I think you
can get away with count(), or COUNT(), in postgres it has to be COUNT(), but
this was probably going through the perl DBI, so that may have been
complicating things.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gyozo Papp 2001-05-13 10:40:09 array dimension
Previous Message Peter Eisentraut 2001-05-13 10:17:38 Re: [PATCHES] Re: microsecond log timestamps