[HACKERS] Re: Call for platforms

2001-04-01 Thread Tom Ivar Helbekkmo
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

[HACKERS] PL/SQL and null

2001-04-01 Thread Kaare Rasmussen
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

Re: [HACKERS] [pgsql-hackers-owner+M6959@postgresql.org: Majordomo Delivery Error]

2001-04-01 Thread Tom Lane
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

Re: [HACKERS] Re: Changing the default value of an inherited column

2001-04-01 Thread Tom Lane
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

Re: [HACKERS] PL/SQL and null

2001-04-01 Thread Roberto Mello
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

Re: [HACKERS] Re: Call for platforms

2001-04-01 Thread Tom Lane
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 -

[HACKERS] Re: Call for platforms

2001-04-01 Thread Thomas Lockhart
> > 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