pgAdmin III commit: Fix uncalled CREATE OR REPLACE VIEW

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix uncalled CREATE OR REPLACE VIEW
Дата
Msg-id 201101092114.p09LEKU3037389@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
------
REL-1_12_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=b77b16dda7f37c098f663dc7d531e0bd6e009308

Modified Files
--------------
CHANGELOG               |    2 ++
pgadmin/dlg/dlgView.cpp |    2 +-
2 files changed, 3 insertions(+), 1 deletions(-)


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

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