assigning values to arrays in plpgsql - Mailing list pgsql-sql

From Bhuvan A
Subject assigning values to arrays in plpgsql
Date
Msg-id Pine.LNX.4.20.0203061939340.15559-100000@Larry
Whole thread Raw
List 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.




pgsql-sql by date:

Previous
From: Bhuvan A
Date:
Subject: inserting arrays from plpgsql.
Next
From: "Daniel Ordobas Bortolas"
Date:
Subject: simple problem