Tom Ivar Helbekkmo <[EMAIL PROTECTED]> writes:
> > We need some NetBSD folks to speak up!
>
> I've once again got a VAX that should be able to run PostgreSQL on
> NetBSD/vax, so I hope to be able to help revitalize that port soon...
It still works. RC1 configures, compiles and runs on my VAX 4
I think I remember something about PL/SQL having trouble when passing null to
a function. But searchinf for pl/sql and null doesn't bring any informative
links.
I can go through the steps of a function one by one in psql and everything
works fine.
But when I call the function with nulls for s
Roberto Mello <[EMAIL PROTECTED]> writes:
> I think somebody has the "owner" address forwarding to the list.
No, certainly not --- otherwise we'd all be drowning in bounce messages.
The Postgres mailing lists are correctly configured. However, there are
certain sites that run broken mail s
Christopher Masto <[EMAIL PROTECTED]> writes:
> Another thing that seems kind of interesting would be to have:
> CREATE TABLE base (table_id CHAR(8) NOT NULL [, etc.]);
> CREATE TABLE foo (table_id CHAR(8) NOT NULL DEFAULT 'foo');
> CREATE TABLE bar (table_id CHAR(8) NOT NULL DEFAULT 'bar');
> T
On Sun, Apr 01, 2001 at 10:32:07AM +0200, Kaare Rasmussen wrote:
>
> What puzzles me more is that I tried to pass 0 (zero) instead and then let
> the function subsitute it with null (simple IF param = 0 then v_param := null
> thing). Still no luck.
>
> I'm using 7.0.3.
Upgrade to 7.1
Tom Ivar Helbekkmo <[EMAIL PROTECTED]> writes:
> Also, dynamic loading now works on NetBSD/vax, so my old #ifdef for
> that in the backend/port/bsd.c file, which has since propagated into
> the new *bsd.c files, can go away.
Patch applied, thanks.
regards, tom lane
-
> > I've once again got a VAX that should be able to run PostgreSQL on
> > NetBSD/vax, so I hope to be able to help revitalize that port soon...
> It still works. RC1 configures, compiles and runs on my VAX 4000/500
> with NetBSD-current -- but the regression tests give a lot of failures
> becaus