Re: [ADMIN] [ODBC] invalid input syntax for type tid: "(,)"

2004-04-03 Thread Tom Lane
"Jose' Cruanyes" <[EMAIL PROTECTED]> writes: > select * from table1 where ctid = '(,)'; > [ works on some machines and not others ] I would argue that the ODBC driver is broken and needs to be fixed, as does the TID input parser which should never allow this ... However, the reason for the platfo

[ADMIN] invalid input syntax for type tid: "(,)"

2004-04-03 Thread Jose' Cruanyes
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: