assigning values to arrays in plpgsql

From: Bhuvan A <bhuvansql(at)yahoo(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: assigning values to arrays in plpgsql
Date: 2002-03-06 14:13:18
Message-ID: Pine.LNX.4.20.0203061939340.15559-100000@Larry
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


hi all,

how can we assign some values to a array variable in a plpgsql
function? something like,

array_element := {new.field1, new.field2, new.field3};

is it right? then, please correct this!

Regards,
Bhuvaneswaran.

Browse pgsql-sql by date

  From Date Subject
Next Message Daniel Ordobas Bortolas 2002-03-06 15:08:45 simple problem
Previous Message Bhuvan A 2002-03-06 13:54:22 inserting arrays from plpgsql.