| From: | Peter Novodvorsky <nidd(at)altlinux(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: double quotes in unicode dbs |
| Date: | 2002-08-08 14:28:01 |
| Message-ID: | 87lm7hjuha.fsf@shamrock.office.altlinux.ru |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Holger Klawitter <lists(at)klawitter(dot)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(at)myxomop(dot)com
http://garcia.myxomop.com/NiddWiki Deadheads, unite!
Kill 'em all, and let God sort 'em out
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Treat | 2002-08-08 14:31:38 | Re: Does COPY need a manual Commit? |
| Previous Message | Richard Huxton | 2002-08-08 14:24:17 | Re: looking to speed up SELECT ... LEFT JOIN query |