Re: [BUGS] BUG #1759: domain check constraint ignored in prepared statement

2005-07-07 Thread Tom Lane
"Boris Sukholitko" <[EMAIL PROTECTED]> writes: > It seems that the domain check constraint does not trigger > an error when using prepared statement in perl's DBD::Pg 1.42. I think this is the same issue discussed in this thread: http://archives.postgresql.org/pgsql-interfaces/2005-07/msg6.ph

[BUGS] BUG #1759: domain check constraint ignored in prepared statement

2005-07-07 Thread Boris Sukholitko
The following bug has been logged online: Bug reference: 1759 Logged by: Boris Sukholitko Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4.8 Operating system: Linux Description:domain check constraint ignored in prepared statement Details: Hi, It seems that