SVN Commit by dpage: r6665 - in trunk/pgadmin3/pgadmin: dlg include/dlg
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
SVN Commit by dpage: r6665 - in trunk/pgadmin3/pgadmin: dlg include/dlg
Author: dpage
Date: 2007-09-25 16:24:44 +0100 (Tue, 25 Sep 2007)
New Revision: 6665
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6665&view=rev
Log:
Add support for executing SQL from property dialogues in two steps. This is required because in Postgres 8.3 and above CREATE DATABASE can no longer be used in a multi-statement query. This fixes that as well of course :-)
Modified:
trunk/pgadmin3/pgadmin/dlg/dlgDatabase.cpp
trunk/pgadmin3/pgadmin/dlg/dlgProperty.cpp
trunk/pgadmin3/pgadmin/include/dlg/dlgDatabase.h
trunk/pgadmin3/pgadmin/include/dlg/dlgProperty.h
Home |
Main Index |
Thread Index