Help with Array? - Mailing list pgsql-novice

From Joe Miller
Subject Help with Array?
Date
Msg-id 000301c232c4$58942d80$1c6032a6@2274vaio
Whole thread Raw
List pgsql-novice
I'm trying to write a function that validates a simple form submission. The
values are passed to the function and if any values are null, the
appropritate error text is added to an array rather than raising the
exception immdediately. If the array is not empty, the function passes its
contents to another function that raises all errors at once to the client.
In theory, anyway. I cannot correctly declare and add values to the plpgsql
array properly. Any help in the right direction is greatly appreciated.


pgsql-novice by date:

Previous
From: "Jules Alberts"
Date:
Subject: maximum size of psql query file
Next
From: Adam Bultman
Date:
Subject: Killing postgres processes.