On 10/4/07, yogesh <[EMAIL PROTECTED]> wrote:
> Hello Friends,
>
> I have a Problem in Accessing Arrays in the Postgres.
> The Description of my problem is given
> here:---
> I have two array of numeric types. One That stores the IDs and Other
> Store their va
Hello Friends,
I have a Problem in Accessing Arrays in the Postgres.
The Description of my problem is given
here:---
I have two array of numeric types. One That stores the IDs and Other
Store their values at respective position.
One Id could be in more than
On Oct 3, 8:28 pm, [EMAIL PROTECTED] ("Milen A. Radev") wrote:
> Yogesh Arora :> Hallo All Frnds,
>
> >I have to add an array in my table. and to update the array in a
> > Procedure called by the trigger.
>
> > In my case Like the Elements of the array are {1,2,5} now i h
Yogesh Arora написа:
> Hallo All Frnds,
>
>I have to add an array in my table. and to update the array in a
> Procedure called by the trigger.
>
> In my case Like the Elements of the array are {1,2,5} now i have to
> update it to {1,2,5,7} . I.e., Keeping the previous record
Hallo All Frnds,
I have to add an array in my table. and to update the array in a
Procedure called by the trigger.
In my case Like the Elements of the array are {1,2,5} now i have to
update it to {1,2,5,7} . I.e., Keeping the previous record as such and
appending the new eleme