Re: Tables/Columns in upper-case?

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: Tables/Columns in upper-case?
Дата
Msg-id 20040121231757.GG1464@ns.snowman.net
обсуждение исходный текст
Ответ на Re: Tables/Columns in upper-case?  (Andre Felipe Machado <andremachado@techforce.com.br>)
Ответы Re: Tables/Columns in upper-case?  (Jeff Eckermann <jeff_eckermann@yahoo.com>)
Список pgsql-odbc
* Andre Felipe Machado (andremachado@techforce.com.br) wrote:
> 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.

That just means openoffice must do the upper->lower conversion for you.

> Actually, odbc adds double quotes in sql commands to encapsulate upper case
> names in order to work in pg.

Hrm, so you can use ""'s around things in psql to maniuplate those
tables?  That's kind of annoying, but might be manageable (at least, to
rename the tables).

> It will be not a good idea to incorporate specific programs "features" into a
> generic driver manager. Maybe into an Access odbc driver...

Eh.

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

That'd be rather silly when I can just rename them by putting the table
name in ""s.  That's kind of annoying though, imv. :)

Thanks,

    Stephen

Вложения

В списке pgsql-odbc по дате отправления:

Предыдущее
От: Andre Felipe Machado
Дата:
Сообщение: Re: Tables/Columns in upper-case?
Следующее
От: Jeff Eckermann
Дата:
Сообщение: Re: Tables/Columns in upper-case?