invalid input syntax for type tid: "(,)"

Поиск
Список
Период
Сортировка
От Jose' Cruanyes
Тема invalid input syntax for type tid: "(,)"
Дата
Msg-id 16E80DD4-85B9-11D8-A231-0003935B359C@cegroup.it
обсуждение исходный текст
Ответы Re: invalid input syntax for type tid: "(,)"
Список pgsql-odbc
at a point the postgresql ODBC driver issues a command like this (not
questioning here how useful or correct it could be)

select * from table1 where ctid = '(,)';

this command works (?) returning zero rows without error, even from
psql,
when the db is hosted in the following systems:

- debian i386 using the stable postgresql7.2.1-2 package
- debian ppc using the stable postgresql7.2.1-2 package
- debian i386 using the testing postgresql7.4.2-2 package
- MacOSX 10.2 using the 7.3.4 compiled from source


but when hosted in a MacOSX 10.3 (Panther) using postgres 7.4.x, or
7.3.x
compiled from source we get:

(in 7.4)        ERROR:  invalid input syntax for type tid: "(,)"
or
(in 7.3)        ERROR: tidin: invalid value

I've tried on three different machines and a miriad of different
configure parameters and always get the same error...

probably is an incompatible version of some external lib?, which one?
who is responsible of the parsing of the command?





Pax et Bonum

# dott. Jose' Cruanyes Aguilar  -  C.E. Soft srl
#  Pzza. Firenze,4 MILANO  -  XX Settembre 10, CREMONA
#   02,33603122                0372,460602


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

Предыдущее
От: Frank Finner
Дата:
Сообщение: wxWidgets and PostgreSQL
Следующее
От: Tom Lane
Дата:
Сообщение: Re: invalid input syntax for type tid: "(,)"