Re: Tables/Columns in upper-case? - Mailing list pgsql-odbc

From Andre Felipe Machado
Subject Re: Tables/Columns in upper-case?
Date
Msg-id 200401212114.13493.andremachado@techforce.com.br
Whole thread Raw
In response to Tables/Columns in upper-case?  (Stephen Frost <sfrost@snowman.net>)
Responses Re: Tables/Columns in upper-case?  (Stephen Frost <sfrost@snowman.net>)
List pgsql-odbc
Hello,
I guess that it is an Access issue or its MS driver, because I use OpenOffice
1.1 connected to a PostgreSQL through odbc and can use upper or lower case.
Actually, odbc adds double quotes in sql commands to encapsulate upper case
names in order to work in pg.
It will be not a good idea to incorporate specific programs "features" into a
generic driver manager. Maybe into an Access odbc driver...
Suggestion:
After exporting to PostgreSQL, execute a dump to a text file.
Then, edit it to use only lower case and execute the sql into pg to create new
lowercase tables.
Good luck.
Andre Felipe
http://www.andrefelipemachado.hpg.ig.com.br/linux/index.html
Brazilian portuguese


pgsql-odbc by date:

Previous
From: Stephen Frost
Date:
Subject: Tables/Columns in upper-case?
Next
From: Stephen Frost
Date:
Subject: Re: Tables/Columns in upper-case?