How does one impolement lists, or arrays, pin pl/pgsql ? - Mailing list pgsql-general

From Gauthier, Dave
Subject How does one impolement lists, or arrays, pin pl/pgsql ?
Date
Msg-id D7FF158337303A419CF4A183F48302D602CCA45E@hdsmsx411.amr.corp.intel.com
Whole thread Raw
Responses Re: How does one impolement lists, or arrays, pin pl/pgsql ?  ("Pavel Stehule" <pavel.stehule@gmail.com>)
List pgsql-general

How does one implement a simple, general purpose, assignable array (or list) in pl/pgsql?  From what I’ve found/read, it appears that you can declare static, read-only arrays.  I’m guessing (and please correct if I’m wrong), PG does not support modifyable arrays.  Rather, one might consider defining a temporary table and using sql to insert/select to/from it.  True?

 

 

pgsql-general by date:

Previous
From: Martin Langhoff
Date:
Subject: Re: LC_CTYPE and matching accented chars
Next
From: Bjorn Boulder
Date:
Subject: [pgsql] Simple backup utility like mysqldump?