Re: SELECT problem - Mailing list pgsql-general

From Grant Johnson
Subject Re: SELECT problem
Date
Msg-id 3D16793D.3020307@amadensor.com
Whole thread Raw
In response to SELECT problem  (David Goodenough <david.goodenough@btconnect.com>)
List pgsql-general
I have worked with SQL server.  It is a little weird as far as case.  If
the table name is really upper case, you must type it upper case (it is
case sensitive, and does not default to upper case)  I have been using
it lately in some classes for PeopleSoft, which puts the table names
upper case as per the standard (even if the standard is stupid).  We use
Oracle at work, and it defaults to upper case, which is standard, but
ugly.  As far as I can tell, the ODBC driver is case insensitive, but
the other tools that access the DB directly are case sensitive, whether
quoted or not.  To force case within the ODBC, quote using [] rather
than "".  I wish PeopleSoft supported Postgres.  It is so much easier to
use.




pgsql-general by date:

Previous
From: Curt Sampson
Date:
Subject: Re: SQL server application porting headache
Next
From: "Hitesh"
Date:
Subject: postgresql to support 50GB of data?