Re: [ADMIN] Postgres Array Traversing Problem

2007-10-05 Thread Dawid Kuroczko
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

[ADMIN] Postgres Array Traversing Problem

2007-10-04 Thread yogesh
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

Re: [ADMIN] Postgres Array Traversing

2007-10-04 Thread yogesh . arora . daffodil
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

Re: [ADMIN] Postgres Array Traversing

2007-10-03 Thread Milen A. Radev
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

[ADMIN] Postgres Array Traversing

2007-10-03 Thread 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 as such and appending the new eleme