Re:

From: Doug McNaught <doug(at)wireboard(dot)com>
To: andrew(dot)wan(at)nu-net(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re:
Date: 2001-01-27 03:26:35
Message-ID: m3wvbhr7ys.fsf@belphigor.mcnaught.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

andrew(dot)wan(at)nu-net(dot)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

In response to

  • at 2001-01-24 21:59:58 from andrew.wan

Browse pgsql-general by date

  From Date Subject
Next Message Mitch Vincent 2001-01-27 03:28:48 Re: postgres limitation
Previous Message adb 2001-01-27 03:23:51 Too many open files! how do I fix on linux?