Thread: pgAdmin III 3-1.14.0-beta2 crash
Hello<br /><br /> How to reproduce:<br /> pgAdmin III version: 3-1.14.0-beta2<br /> OS: Windows<br /> step 1 : Create anobject that have '%' in his name<br /> step 2 : Acces taht object in Object browser<br /><br /> Ex:<br /> CREATE OR REPLACEVIEW 'test%' AS select true;<br /> click on test% object in Object browser<br /><br /> Thans,<br /><div class="moz-signature">--<br /><b>Bogdan Timofte</b></div>
On Wed, 2011-07-13 at 19:14 +0300, Bogdan Timofte wrote: > Hello > > How to reproduce: > pgAdmin III version: 3-1.14.0-beta2 > OS: Windows > step 1 : Create an object that have '%' in his name > step 2 : Acces taht object in Object browser > > Ex: > CREATE OR REPLACE VIEW 'test%' AS select true; > click on test% object in Object browser > Doesn't crash for me. BTW, your SQL example is wrong (object's name cannot be quoted this way). -- Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com