Enable pgScript to use the pgAdmin UI for error
authordpage <dpage@a7884b65-44f6-0310-8a51-81a127f17b15>
Wed, 11 Mar 2009 19:35:51 +0000 (19:35 +0000)
committerdpage <dpage@a7884b65-44f6-0310-8a51-81a127f17b15>
Wed, 11 Mar 2009 19:35:51 +0000 (19:35 +0000)
commitfee3a4f3252cf4aa8ebc04fa6459ce3ed7af9166
treec15810da2374c615d2c5d85e5c615f6ef25f83c7
parentae2a46a977e659e0addf7dda5abefce155fb2441
Enable pgScript to use the pgAdmin UI for error
output: when an error occurs while interpreting a script then the line
where the error occurred is signaled. [Mickael Deloison]

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7679 a7884b65-44f6-0310-8a51-81a127f17b15
pgadmin/frm/frmQuery.cpp
pgadmin/include/pgscript/pgsApplication.h
pgadmin/include/pgscript/utilities/pgsThread.h
pgadmin/pgscript/pgsApplication.cpp
pgadmin/pgscript/statements/pgsStmtList.cpp
pgadmin/pgscript/utilities/pgsDriver.cpp
pgadmin/pgscript/utilities/pgsThread.cpp