Re: [BUGS] BUG #5154: ERROR: cannot assign non-composite value to a row variable

2009-10-31 Thread Pavel Stehule
2009/11/1 Andrew Gierth : >> "Pavel" == Pavel Stehule writes: > >  >> As discussed on the irc. I had a problem with a utility function >  >> that was being passed a NEW row and a null for the OLD row. The >  >> error was created when it tries to store the row variable in the >  >> local variab

Re: [BUGS] BUG #5154: ERROR: cannot assign non-composite value to a row variable

2009-10-31 Thread Andrew Gierth
> "Pavel" == Pavel Stehule writes: >> As discussed on the irc. I had a problem with a utility function >> that was being passed a NEW row and a null for the OLD row. The >> error was created when it tries to store the row variable in the >> local variables. RhodiumToad on the list provide

Re: [BUGS] BUG #5154: ERROR: cannot assign non-composite value to a row variable

2009-10-30 Thread Pavel Stehule
Hello 2009/10/31 Jeff Shanab : > > The following bug has been logged online: > > Bug reference:      5154 > Logged by:          Jeff Shanab > Email address:      jsha...@earthlink.net > PostgreSQL version: 8.3.5 > Operating system:   Linux > Description:        ERROR:  cannot assign non-composite

[BUGS] BUG #5154: ERROR: cannot assign non-composite value to a row variable

2009-10-30 Thread Jeff Shanab
The following bug has been logged online: Bug reference: 5154 Logged by: Jeff Shanab Email address: jsha...@earthlink.net PostgreSQL version: 8.3.5 Operating system: Linux Description:ERROR: cannot assign non-composite value to a row variable Details: As discussed