Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

How does one impolement lists, or arrays, pin pl/pgsql ?



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?

 

 



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group