Re: [pgadmin-support] PgAdmin crash on large data returned by a query

2013-10-22 Thread Dinesh Kumar
Hi, On Mon, Oct 21, 2013 at 11:46 PM, Edson Richter wrote: > To "destroy" my Windows box I just have to execute in PgAdmin 1.16.1 the > following query on any database: > > select database_to_xml(true, true, 'http://myorg.org'); > > This will freeze my Windows 7 x64 box until I restart the comput

[pgadmin-support] PgAdmin crash on large data returned by a query

2013-10-21 Thread Edson Richter
To "destroy" my Windows box I just have to execute in PgAdmin 1.16.1 the following query on any database: select database_to_xml(true, true, 'http://myorg.org'); This will freeze my Windows 7 x64 box until I restart the computer. Is there any chance to make PgAdmin a bit more "crash proof"? Th