Re: How to send multiple parameters to a pl/pgsql function - Mailing list pgsql-general

From Tom Lane
Subject Re: How to send multiple parameters to a pl/pgsql function
Date
Msg-id 27803.1256135971@sss.pgh.pa.us
Whole thread Raw
In response to Re: How to send multiple parameters to a pl/pgsql function  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-general
Pavel Stehule <pavel.stehule@gmail.com> writes:
>> I know that postgresql array implementation is not right complete and that if just
>> one element of array is NULL the basics array function (array_dims, array_upper, etc.) returns NULL.

> It's not true. Dimensions are stored independent to content.

I wonder if the OP is using an old version of Postgres.  Since 8.2 we
can handle null elements of arrays, but 8.1 and older couldn't --- the
whole array went to null if you tried to include a null in it.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: How to use Logical Operators in Fulltext Search?
Next
From: "utsav"
Date:
Subject: PostgreSQL 8.4.1 is supported on RHEL 4 and RHEL 5.2