Re: Table creation

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: Table creation
Дата
Msg-id 4B010020.8050405@postnewspapers.com.au
обсуждение исходный текст
Ответ на Re: Table creation  (ikorot@earthlink.net)
Список pgsql-odbc
On 16/11/2009 1:12 PM, ikorot@earthlink.net wrote:
> Craig,

> So, if I call both formats, i.e.:
>
> CREATE TABLE "foo1"...;
>
> CREATE TABLE Foo2....;
>
> what will SQLTables() return?

I don't know the ODBC interface, so I can't usefully answer your
question exactly without doing some digging.

The actual tables created by PostgreSQL will be named "foo1" and "foo2"
respectively. That's what'll be shown in INFORMATION_SCHEMA and in
pg_catalog.pg_class . If SQLTables just enumerates the tables in the
database, I expect it should return "foo1" and "foo2".

--
Craig Ringer

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

Предыдущее
От: ikorot@earthlink.net
Дата:
Сообщение: Re: Table creation
Следующее
От: Marco Cassiano
Дата:
Сообщение: Undesired decimal truncation with psqlodbc version 08.04.0100