[pgadmin-support] Restore only functions

2007-02-02 Thread Ezequias Rodrigues da Rocha
Hi list, It is possible to restore only functions with pgAdmin3 1.6.2 ? Regards ... -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Atenciosamente (Sincerely) Ezequias Rodrigues da Rocha =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

[pgadmin-support] crash on Mac OS X in version >= 1.6.2 when using owner comboboxes

2007-02-02 Thread David Lowry
Hi, I've been having some trouble with pgAdmin III in versions after 1.6.1 on OS X. It happens when I try to select the owner for an object using the combobox. Here's a short description on how to reproduce the problem: 1) Start pgAdmin 2) Connect to a database 3) Right click on "Databases

Re: [pgadmin-support] undefined reference - problem compiling pgadmin3

2007-02-02 Thread Alex Gorbachenko
On Fri, 2 Feb 2007 12:00:09 +0100 Luca wrote: >Should I set other options? why you don't use binary wx distributions for ubuntu ? http://wxpython.wxcommunity.com/apt/ubuntu/dapper/2.8.1.1/ -- np: Bullet for my Valentine - suffocating under words of sorrow (what can i do) (live at brixton acade

Re: [pgadmin-support] undefined reference - problem compiling pgadmin3

2007-02-02 Thread Alex Gorbachenko
On Fri, 2 Feb 2007 12:00:09 +0100 Luca wrote: >but I've installed wx, run ldconfig and then build the contribs. imho, wxgtk bulds normally only in wxgtk source tree, and you must compile at once main package along with contribs. currently, i maintain wxGTK and pgadmin3 for russian ALTLinux dis

Re: [pgadmin-support] undefined reference - problem compiling pgadmin3

2007-02-02 Thread Luca Ferrari
On Friday 02 February 2007 Alex Gorbachenko's cat, walking on the keyboard, wrote: > hmmm... very strange behavior. can you show output of > objdump -T /usr/local/lib/libwx_baseu-2.8.so | grep 'wxStringBase.*Init' 0009f1c0 gDF .text 008d WXU_2.8 _ZN12wxStringBase8InitWithEPKwjj > w

Re: [pgadmin-support] undefined reference - problem compiling pgadmin3

2007-02-02 Thread Alex Gorbachenko
On Fri, 2 Feb 2007 09:15:42 +0100 Luca wrote: >It returns [skipped] hmmm... very strange behavior. can you show output of objdump -T /usr/local/lib/libwx_baseu-2.8.so | grep 'wxStringBase.*Init' >and all the above are under /usr/local/lib that is listed in >my /etc/ld.so.conf (I ran ldconfig a

Re: [pgadmin-support] undefined reference - problem compiling pgadmin3

2007-02-02 Thread Luca Ferrari
On Thursday 01 February 2007 Alex Gorbachenko's cat, walking on the keyboard, wrote: > > for LIBS in $(/bin/ls /usr/local/lib/libwx*so) ; do echo "$LIBS" ; > objdump -T "$LIBS" | grep -i '' ; done > It returns /usr/local/lib/libwx_baseu-2.8.so /usr/local/lib/libwx_baseu_net-2.8.so /usr/local/li