From: | Joe Miller <joe(dot)f(dot)miller(at)wcom(dot)com> |
---|---|
To: | pgsql-novice(at)postgresql(dot)org |
Subject: | Help with Array? |
Date: | 2002-07-24 03:43:58 |
Message-ID: | 000301c232c4$58942d80$1c6032a6@2274vaio |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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.
From | Date | Subject | |
---|---|---|---|
Next Message | Technosol | 2002-07-24 10:47:21 | Problem connecting to Postgresql and creating databases |
Previous Message | sibusiso xolo | 2002-07-23 20:18:29 | help with failure to connect over a network |