ODBC Error

Поиск
Список
Период
Сортировка
От Gershon M. Wolfe
Тема ODBC Error
Дата
Msg-id NEBBJDPOLKPDAPFNLBJECENDCPAA.gary.wolfe@lsbc.com
обсуждение исходный текст
Список pgsql-odbc
Dear ODBC users,

    When trying to import a table into MS Access or SAS, I get the following
error:
"Invalid field definition 'session' in definition of index or relationship".
This error only occurs when a text field called "session" in the table
is indexed. Here is how I index the field:

create index report_session on report using btree (session text_ops);

When I drop the index there is no longer an error.

Gary


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: ODBC include files
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: odbc + unix sockets