I have see this problem since 7.3.1
Ted
--- Tom Lane <[EMAIL PROTECTED]> wrote:
> Kenji Sugita <[EMAIL PROTECTED]> writes:
> > Libpq.a still not ranlibed after installation. It
> causes link error on some
> > platform likes as Mac OS X for PostgreSQL 7.3.3.
>
> I see no problem when I test on OS
"Mendola Gaetano" <[EMAIL PROTECTED]> writes:
> but I notice that the following function return correctly
> doing the integer -> interval cast in one "shot":
What plpgsql is doing is roughly comparable to
regression=# select '0'::interval;
interval
--
00:00:00
(1 row)
This is not the s
Kenji Sugita <[EMAIL PROTECTED]> writes:
> Libpq.a still not ranlibed after installation. It causes link error on some
> platform likes as Mac OS X for PostgreSQL 7.3.3.
I see no problem when I test on OS X. Please exhibit a test case ...
regards, tom lane
--
Hi all,
running on Postgres 7.3.3
I seen that cast a integer to an intervall is not permitted
select 0::interval;<- give error
but
select 0::text::interval; <- works fine
but I notice that the following function return correctly
doing the integer -> interval cast in one "shot":
create or
Libpq.a still not ranlibed after installation. It causes link error on some
platform likes as Mac OS X for PostgreSQL 7.3.3.
Kenji Sugita
---(end of broadcast)---
TIP 3: if posting/reading through Usenet, pleas