Subject Declare Arrays in PSQL
Author Cam
Is it possible declare arrays for use in a stored procedure.
eg
declare iArray integer[3];