| From: | "Mickael Deloison" <mdeloison(at)gmail(dot)com> |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | Patch for pgScript |
| Date: | 2009-01-05 09:25:24 |
| Message-ID: | 1f8f052b0901050125w515ef145p283ebeb73e3d8d4f@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Hi pgadmin hackers,
First, let me wish you a very happy new year 2009.
Then, here is a patch for the pgScript part of pgAdmin:
Features:
- Use of pgAdmin UI to highlight the line where an error occurred
(frmQuery, pgsDriver, pgsThread, pgsApplication, pgsStmtList)
- Possibility to execute only one part of the script by selecting it (frmQuery)
- Changed output style (exceptions/*, expressions/pgsExecute,
statements/pgsStmtList)
- Improved the script for integration tests: it does not print the
executed queries anymore because the output was too messy
(xtra/pgscript/file/test/execute.sh)
Bugs:
- Fixed print statement which caused a lock in case an exception was
thrown (statement/pgsPrintStmt)
Best regards,
Mickael
| Attachment | Content-Type | Size |
|---|---|---|
| 7531-patch.tar.gz | application/x-gzip | 3.3 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Quan Zongliang | 2009-01-05 09:34:16 | Re: import function's progress report |
| Previous Message | Dave Page | 2009-01-05 09:17:00 | Re: import function's progress report |