Re: : [GENERAL] Postgres order by into a RECORD, not ordering

2005-04-01 Thread Shaun Clements
Title: RE: : [GENERAL] Postgres order by into a RECORD, not ordering Hi Again. I hope you can explain this. I have a stored procedure which does a query of a table using order by, into a RECORD. The statement I mentioned earlier, is a FOR IN. the data stored into the RECORD, is not ordered

Re: : [GENERAL] Postgres order by into a RECORD, not ordering

2005-04-01 Thread Shaun Clements
Title: RE: : [GENERAL] Postgres order by into a RECORD, not ordering RESOLVED. It must be a bug in 7.3 I resolved the problem, by changing the FOR IN statement to FOR IN EXECUTE. By changing the Statement into a string, it accommodated for the ORDER BY. Thanks for all your responses

Re: : [GENERAL] Postgres order by into a RECORD, not ordering

2005-04-01 Thread Shaun Clements
Title: RE: : [GENERAL] Postgres order by into a RECORD, not ordering Ignore last email. must have been delayed. Kind Regards,Shaun Clements -Original Message-From: Shaun Clements [mailto:[EMAIL PROTECTED]Sent: 01 April 2005 12:22 PMTo: 'Richard Huxton'Cc: PostgreSQL

Re: : [GENERAL] Postgres order by into a RECORD, not ordering

2005-04-01 Thread Michael Fuhr
On Fri, Apr 01, 2005 at 12:36:53PM +0200, Shaun Clements wrote: RESOLVED. It must be a bug in 7.3 Before reaching that conclusion, let's see what you were doing. I resolved the problem, by changing the FOR IN statement to FOR IN EXECUTE. By changing the Statement into a string, it