Hello, pgadmin command!
I use:
- pgadmin 1.20.0;
- Linux, x86_64, kernel version 3.13.0-6-generic;
- pgadmin 1.20.0;
- Linux, x86_64, kernel version 3.13.0-6-generic;
- wxWidgets 2.8.
- PostgreSQL 9.2, 9.3.5, 9.4.
The bug is at method dlgView::Go() at near line 360. Combo box cbCheckOption must contains 3 values: ""(None), cascaded and local. But when I create a view in PostgreSQL 9.4 with check_option local or cascaded the SQL in sqlbox of object's properties convert those options with localization, that is:
(SQL from sql box):
CREATE OR REPLACE VIEW public.view WITH (check_option=каскадно) AS(SQL from sql box):
SELECT * FROM test;
--
Best regards, Dmitry Voronin