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

From Peter Novodvorsky
Subject Re: double quotes in unicode dbs
Date
Msg-id 87lm7hjuha.fsf@shamrock.office.altlinux.ru
Whole thread Raw
In response to Re: double quotes in unicode dbs  (Holger Klawitter <lists@klawitter.de>)
List pgsql-general
Holger Klawitter <lists@klawitter.de> writes:

>>        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.

Thank you very much. It helped me to solve the problem.

--
Peter Novodvorsky                             nidd@myxomop.com
   http://garcia.myxomop.com/NiddWiki   Deadheads, unite!
           Kill 'em all, and let God sort 'em out

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: SQL Comments
Next
From: Richard Huxton
Date:
Subject: Re: looking to speed up SELECT ... LEFT JOIN query