Re: - Mailing list pgsql-general

From Doug McNaught
Subject Re:
Date
Msg-id m3wvbhr7ys.fsf@belphigor.mcnaught.org
Whole thread Raw
In response to  (andrew.wan@nu-net.com)
List pgsql-general
andrew.wan@nu-net.com writes:

> I  am trying to make a function that takes four varchar arguments as in
> CREATE FUNCTION address(varchar,varchar,varchar,varchar) ...
>
> when i try to pass the function a NULL value, it turns all the values into
> NULL:
> select address('foo','foo',NULL,'foo').

This is a bug (??) that's fixed in 7.1, which is currently in beta.

-Doug

pgsql-general by date:

Previous
From: adb
Date:
Subject: Too many open files! how do I fix on linux?
Next
From: "Mitch Vincent"
Date:
Subject: Re: postgres limitation