double quotes in unicode dbs - Mailing list pgsql-general

From Peter Novodvorsky
Subject double quotes in unicode dbs
Date
Msg-id 871y99ldod.fsf@shamrock.office.altlinux.ru
Whole thread Raw
Responses Re: double quotes in unicode dbs  (Thomas Beutin <tyrone@laokoon.IN-Berlin.DE>)
Re: double quotes in unicode dbs  (Holger Klawitter <lists@klawitter.de>)
List pgsql-general
Hello!

   I'm writing native driver for OpenOffice.Org for PostgreSQL. I used
to use 8-bit charset db to test a driver (koi8-r, actually), and when I
tried UNICODE db I've found the following problem: queries with double
quotes don't work. For example,

       SELECT * FROM TEST1;

works, but

       SELECT * FROM "TEST1";

doesn't. I'd gladly remove all quoting of table names, but it is done
by sdbc layer of OpenOffice.Org, and I don't want to hack it.

   Is it bug of PostgreSQL multibyte support or mine syntax error?

Thanks.

--
Peter Novodvorsky                             nidd@myxomop.com
   http://garcia.myxomop.com/NiddWiki   Deadheads, unite!

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Trigger which fires on commit? (Multi-table intergrity constraint)
Next
From: Bruno Wolff III
Date:
Subject: Re: Create index ... On ... (lower(field1), lower(field2)) doesn't work?