Re: Tables/Columns in upper-case?

From: Andre Felipe Machado <andremachado(at)techforce(dot)com(dot)br>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Tables/Columns in upper-case?
Date: 2004-01-22 00:14:13
Message-ID: 200401212114.13493.andremachado@techforce.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Ben Ramsey 2004-01-22 05:12:58 Re: Tables/Columns in upper-case?
Previous Message Jeff Eckermann 2004-01-22 00:09:47 Re: Tables/Columns in upper-case?