Re: [pgadmin-support] Freeze when trying to run a pg_dump backup file as SQL query

2012-07-14 Thread Evan Martin
Great, thanks for the fix, Guillaume! I tested it the latest master version with my original 15 MB file and it no longer freezes even on that. (It does take a few seconds just to open the file, but that's OK.) Regards, Evan On 14/07/2012 10:46 PM, Guillaume Lelarge wrote: On Sat, 2012-07-14

Re: [pgadmin-support] Freeze when trying to run a pg_dump backup file as SQL query

2012-07-14 Thread Guillaume Lelarge
On Sat, 2012-07-14 at 01:26 +1000, Evan Martin wrote: > No comments at all? Can anyone else at least repro this? > Don't know for others, but I was overloaded translating in french the PostgreSQL 9.2 manual. Now that's it's done, I can get back on hacking pgAdmin. > On 6/07/2012 10:33 PM, Evan M

Re: [pgadmin-support] Freeze when trying to run a pg_dump backup file as SQL query

2012-07-13 Thread Raymond O'Donnell
On 13/07/2012 16:26, Evan Martin wrote: > No comments at all? Can anyone else at least repro this? > > On 6/07/2012 10:33 PM, Evan Martin wrote: >> I've reliably reproduced the freezing bug I mentioned before (in the >> suggestion to save query text). pgAdmin freezes when I try to run a >> backup

Re: [pgadmin-support] Freeze when trying to run a pg_dump backup file as SQL query

2012-07-13 Thread Evan Martin
No comments at all? Can anyone else at least repro this? On 6/07/2012 10:33 PM, Evan Martin wrote: I've reliably reproduced the freezing bug I mentioned before (in the suggestion to save query text). pgAdmin freezes when I try to run a backup file created by pg_dump from an SQL query window. Th

[pgadmin-support] Freeze when trying to run a pg_dump backup file as SQL query

2012-07-06 Thread Evan Martin
I've reliably reproduced the freezing bug I mentioned before (in the suggestion to save query text). pgAdmin freezes when I try to run a backup file created by pg_dump from an SQL query window. The file contents look like this: COPY much_data (some_data) FROM stdin; BLAH/BLAH/BLAH/BLAH/BLAH/BL