Re: Fwd: sql_type tinterval not supported by DBD::Pg

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Filip Rembiałkowski <plk(dot)zuber(at)gmail(dot)com>
Cc: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: Fwd: sql_type tinterval not supported by DBD::Pg
Date: 2008-05-21 22:14:44
Message-ID: 21843.1211408084@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"=?UTF-8?Q?Filip_Rembia=C5=82kowski?=" <plk(dot)zuber(at)gmail(dot)com> 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.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Clemens Schwaighofer 2008-05-22 09:22:55 Index cleanup
Previous Message Scott Marlowe 2008-05-21 19:28:15 Re: calculating extent on basis of distance from a given point