Fix uncalled CREATE OR REPLACE VIEW When a user makes a change on an existing view, whatever this change is, there is a CREATE OR REPLACE VIEW statement.
Report from Erwin Brandstetter. Fixes #296. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=fe1647772b75a8e819c08f2c418ac6fe94167de2 Modified Files -------------- CHANGELOG | 2 ++ pgadmin/dlg/dlgView.cpp | 2 +- 2 files changed, 3 insertions(+), 1 deletions(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
