Array functions 7.4

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Array functions 7.4
Date: 2003-07-10 02:44:34
Message-ID: 00d801c3468d$335e3190$2800a8c0@mars
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Guys,

Is there a new function I can use in 7.4 to get an array as a recordset?
eg. I want an easy way of splitting up all the aclitems from an aclitem[],
rather than trying to parse it all in PHP. (usernames with commas in them
are the problem you see!)

Chris

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephan Szabo 2003-07-10 03:24:52 Re: weird problem
Previous Message Philip Yarra 2003-07-10 02:44:27 Re: Possible psql bug