Re: R: [INTERFACES] DefineIndex fails - Mailing list pgsql-interfaces

From Michael Meskes
Subject Re: R: [INTERFACES] DefineIndex fails
Date
Msg-id 19990315194138.B1387@gmx.net
Whole thread Raw
In response to R: [INTERFACES] DefineIndex fails  ("Nicholas Boretos" <nicolasb@maich.gr>)
List pgsql-interfaces
On Mon, Mar 15, 1999 at 10:20:39AM +0100, Nicholas Boretos wrote:
> Thanx for suggestions,
> I was able to resolve this by changing table and field names all to lower
> case letters.

SQL standard says that case doesn't matter. This is a very common source for
problems when accessing relational database systems through Access since
in Access case matters. You can access a lower case table name by putting it
between two ". That is select * from "a" will access table a, while seelct *
from a will access "A".

Michael

--
Michael Meskes                         | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz    | Go Rhein Fire!
Tel.: (+49) 2431/72651                 | Use Debian GNU/Linux!
Email: Michael.Meskes@gmx.net          | Use PostgreSQL!

pgsql-interfaces by date:

Previous
From: "Christopher R. Jones"
Date:
Subject: DBD-Pg-0.89 on NT
Next
From: "David Martínez Cuevas"
Date:
Subject: Inserting null values from Perl DBI