Re: [BUGS] BUG #1720: placeholders do not work with timestamp prefix

2005-06-17 Thread Tom Lane
"Wellie Chao" <[EMAIL PROTECTED]> writes: > I am using DBI 1.48 and DBD::Pg 1.42 (the programming language is obviously > Perl) to connect to PostgreSQL 8.0.0. The following statements cause > problems: > 2005-06-17 16:21:41 EDT LOG: statement: select * from reservation_tbl where > room_id = $1 a

[BUGS] BUG #1720: placeholders do not work with timestamp prefix

2005-06-17 Thread Wellie Chao
The following bug has been logged online: Bug reference: 1720 Logged by: Wellie Chao Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.0 Operating system: Linux (with kernel 2.4.18) Description:placeholders do not work with timestamp prefix Details: I am usin