dlgView bug

From: Dmitry Voronin <carriingfate92(at)yandex(dot)ru>
To: pgadmin-support(at)postgresql(dot)org
Subject: dlgView bug
Date: 2015-02-20 13:00:15
Message-ID: 942861424437215@web8o.yandex.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

<div><div>Hello, pgadmin command!<br /><br /></div><div>I use:<br /> - pgadmin 1.20.0;<br /> - Linux, x86_64, kernel version 3.13.0-6-generic;</div><div> - wxWidgets 2.8.</div><div> - PostgreSQL 9.2, 9.3.5, 9.4.</div><div> </div><div>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:<br /><br />(SQL from sql box):</div>CREATE OR REPLACE VIEW public.view WITH (check_option=каскадно) AS<br />SELECT * FROM test;</div><div> </div><div>-- </div><div>Best regards, Dmitry Voronin</div><div> </div>

Attachment Content-Type Size
unknown_filename text/html 748 bytes

Browse pgadmin-support by date

  From Date Subject
Next Message Albe Laurenz 2015-02-20 14:33:04 Re: REFRESH MATERIALIZED VIEW blocks pgAdmin III login
Previous Message Guillaume Lelarge 2015-02-19 18:55:01 Re: How do I edit a Composite Type for Postgres in pgAdmin