Re: double quotes in unicode dbs - Mailing list pgsql-general

From Holger Klawitter
Subject Re: double quotes in unicode dbs
Date
Msg-id 200208081516.49978.lists@klawitter.de
Whole thread Raw
In response to double quotes in unicode dbs  (Peter Novodvorsky <nidd@altlinux.com>)
Responses Re: double quotes in unicode dbs  (Peter Novodvorsky <nidd@altlinux.com>)
List pgsql-general
>        SELECT * FROM TEST1;
>
> works, but
>
>        SELECT * FROM "TEST1";

It might be a normal case problem.

Doublequotes make Postgres preserve the case of table names otherwise every is
being converted to lower case. Probably your table is named in lowercase
(either by creating it using "test1" or TEST1 without the double quotes).
You can see the interal name with the "\d" command.

With kind regards / mit freundlichem Gruß
    Holger Klawitter
--
Holger Klawitter                          http://www.klawitter.de
lists@klawitter.de

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: C-function and query
Next
From: Elielson Fontanezi
Date:
Subject: RES: RES: [ADMIN] [SQL] 3-tier