Re: Need Help In arrays

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Salman Razzaq <salmanrazzaq2005(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Need Help In arrays
Date: 2006-02-03 14:47:49
Message-ID: 20060203144749.GB16575@surnet.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Salman Razzaq wrote:

> I found it difficult to use 'construct_md_array' as i want to
> construct an array with NULL elements included in it. How do i do that?.

Keep in mind that you can't do that in released versions (8.1 and
earlier); it's only possible in the current development branch. If you
are using 8.2dev, see the code comment -- it's explained there.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2006-02-03 15:06:02 Re: Multiple logical databases
Previous Message Chris Campbell 2006-02-03 14:18:51 Re: Passing arguments to views