2008/5/22 Tom Lane <[EMAIL PROTECTED]>: > "=?UTF-8?Q?Filip_Rembia=C5=82kowski?=" <[EMAIL PROTECTED]> writes: > > Cannot bind 6, sql_type tinterval not supported by DBD::Pg > > > what can this mean? > > It means tinterval is not supported by DBD::Pg. > > Since tinterval is a nonstandard, deprecated type that will be removed > someday, I doubt that DBD::Pg should spend any effort on adding support > for it. You'd be best advised not to use it in your applications. >
the same with interval type: ... calling bind_param( 6, '14 days', { 'pg_type' => 1186 } ) Cannot bind 6, sql_type interval not supported by DBD::Pg > > regards, tom lane > -- Filip Rembiałkowski