[pgadmin-support] pgAdmin hang on connection drop/reconnect

2008-03-24 Thread Maciek Sakrejda
pgAdmin hangs when connection drops while trying to execute a query Steps to reproduce: 1. Open SQL query pane 2. Type "SELECT pg_sleep(10);" 3. Shut down postgres in less than ten seconds (the query in pgAdmin will error out) 4. Start postgres 5. Re-run the query Result: pgAdmin will hang. Exp

[pgadmin-support] building on 1.8.1 on windows / build-wxmsw.bat problem

2008-03-24 Thread Maciek Sakrejda
I ran into a problem building pgAdmin on Windows: I followed the instructions at http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/branches/REL-1_8_0_PATCHES/pgadmin3/INSTALL?view=markup but the script in step 4 craps out. Specifically, the loop of running vcbuild /convert on all the dsp project files

[pgadmin-support] operator classes in pgAdmin

2008-03-24 Thread mikeem
Hello, how to create an index with an operator class in pgAdmin3 1.8.2 ? On the command line i do: CREATE INDEX idx1 ON mytab (mycolumn text_pattern_ops); But in pgAdmin i cant find any place to add the "text_pattern_ops". Anyone help? Ciao! -- Sent via pgadmin-support mailing list (pgadmin-s