pgAdmin III commit: Fix uncalled CREATE OR REPLACE VIEW

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix uncalled CREATE OR REPLACE VIEW
Дата
Msg-id 201101092114.p09LEKRq037387@gothos.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #296: Uncalled CREATE OR REPLACE VIEW in privileges dialog
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix uncalled CREATE OR REPLACE VIEW