Need help for converting query result to list of dictoinary - Mailing list pgsql-general

From sanjay2kind@yahoo.com (sanjay)
Subject Need help for converting query result to list of dictoinary
Date
Msg-id 63170f57.0302070900.78bcf6d3@posting.google.com
Whole thread Raw
Responses Re: Need help for converting query result to list of dictoinary  (Tilo Schwarz <mail@tilo-schwarz.de>)
List pgsql-general
Hi All,

  How to make a dictoinary list of a query result.
Example.
select id,name from account.
it should be like [{'name':aaa,'id':12},{'name':bbb,'id':23},...]

Thanks,
Sanjay

pgsql-general by date:

Previous
From: Jason Hihn
Date:
Subject: Re: Seeking advice on database table design for storing
Next
From: Dennis Gearon
Date:
Subject: user account uniqueness