pgAdmin III commit: Fix uncalled CREATE OR REPLACE VIEW

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix uncalled CREATE OR REPLACE VIEW
Date: 2011-01-09 21:14:20
Message-ID: 201101092114.p09LEKRq037387@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-01-09 21:15:52 Re: Uncalled CREATE OR REPLACE VIEW in privileges dialog
Previous Message pgAdmin Trac 2011-01-09 21:13:46 Re: [pgAdmin III] #296: Uncalled CREATE OR REPLACE VIEW in privileges dialog