Re: [pgadmin-support] Installing debugger?

2010-03-12 Thread Josh Berkus
Dave, > Feel free to provide a patch for the Makefile if you have that itch. > I'm not going to say it isn't supported, as it is and works fine, it's > just awkward to build. I figured the build issues around edb-debugger belong on that project's list. I'll just say that it won't build without h

Re: [pgadmin-support] Problems with wxWidgets 2.6

2010-03-12 Thread Ashesh Vashi
pgAdmin 1.10 will satisfy your need for PostgreSQL 8.0.22. On Fri, Mar 12, 2010 at 6:18 PM, Vinicius Borges wrote: > Ashesh, > > It's a long history why I'm using the pgAdmin 1.4... the postgreSQL here > it's 8.0.22. > > That's the output when I type > > #$ wx-config --list... > Default config

Re: [pgadmin-support] Problems with wxWidgets 2.6

2010-03-12 Thread Vinicius Borges
Ashesh, It's a long history why I'm using the pgAdmin 1.4... the postgreSQL here it's 8.0.22. That's the output when I type #$ wx-config --list... Default config is gtk2-ansi-release-2.6 Default config will be used for output Alternate matches: gtk2-ansi-release-2.8

Re: [pgadmin-support] Problems with wxWidgets 2.6

2010-03-12 Thread Vinicius Borges
Guillaume, when I type #$ wx-config --unicode Warning: No config found to match: /usr/local/bin/wx-config --unicode in /usr/local/lib/wx/config If you require this configuration, please install the desired library build. If this is part of an automated configuration test and

Re: [pgadmin-support] Missing Options dialog

2010-03-12 Thread John Gage
Thank you so very, very much for clarifying this for me. Just another example of the excellence of Postgres. There is a feature that I would like to request. One of the abiding mercies of Firefox is that when it presents you with a choice of URL's to go to (presumably SELECTed from their SQ

Re: [pgadmin-support] Missing Options dialog

2010-03-12 Thread Guillaume Lelarge
Le 12/03/2010 12:00, Guillaume Lelarge a écrit : > Le 12/03/2010 11:55, Guillaume Lelarge a écrit : >> Le 12/03/2010 11:46, John Gage a écrit : >>> When I do that, and go to the "Query" tab, I get the menu below. I do >>> not see the option, "Use tab character for auto-completion" mentioned in >>>

Re: [pgadmin-support] Missing Options dialog

2010-03-12 Thread Guillaume Lelarge
Le 12/03/2010 11:55, Guillaume Lelarge a écrit : > Le 12/03/2010 11:46, John Gage a écrit : >> When I do that, and go to the "Query" tab, I get the menu below. I do >> not see the option, "Use tab character for auto-completion" mentioned in >> the documentation. It is missing. >> > > Where do yo

Re: [pgadmin-support] Missing Options dialog

2010-03-12 Thread Guillaume Lelarge
Le 12/03/2010 11:46, John Gage a écrit : > When I do that, and go to the "Query" tab, I get the menu below. I do > not see the option, "Use tab character for auto-completion" mentioned in > the documentation. It is missing. > Where do you find that? which URL? I don't find it anywhere (neither

Re: [pgadmin-support] Missing Options dialog

2010-03-12 Thread Guillaume Lelarge
Le 12/03/2010 10:15, John Gage a écrit : > I am running pgAdmin 1.10.2 on Mac OSX 10.5.8. I am unable to find the > Options Dialog in order to change autcompletion to tab. It does not > appear in the file menu. > > What am I doing wrong? > You don't look in the good menu. Try the pgAdmin menu,

[pgadmin-support] Missing Options dialog

2010-03-12 Thread John Gage
I am running pgAdmin 1.10.2 on Mac OSX 10.5.8. I am unable to find the Options Dialog in order to change autcompletion to tab. It does not appear in the file menu. What am I doing wrong? Thanks, John -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make change

Re: [pgadmin-support] Problems with wxWidgets 2.6

2010-03-12 Thread Ashesh Vashi
Hi, Why do you want to build a older version of pgAdmin III? Whatever.. What is the output of the following line? "wx-config --list" -- Ashesh Vashi EnterpriseDB INDIA On Fri, Mar 12, 2010 at 1:18 AM, Vinicius Borges wrote: > Hello, > > I'm trying to install pgadmin3-1.4.3 and when I do > >

Re: [pgadmin-support] Problems with wxWidgets 2.6

2010-03-12 Thread Guillaume Lelarge
Le 11/03/2010 20:48, Vinicius Borges a écrit : > Hello, > > I'm trying to install pgadmin3-1.4.3 and when I do > Why do you try to install pgAdmin 1.4 when the latest release is 1.10.2? > $# ./configure > > appears an error: > > ... > checking libpq-fe.h presence... yes > checking for libpq-f

Re: [pgadmin-support] Installing debugger?

2010-03-12 Thread Dave Page
On Thu, Mar 11, 2010 at 11:42 PM, Josh Berkus wrote: > Dave > >> Yes, you just need to use a CVS checkout instead of the older tarball, >> or get the binary bundled with any of the EDB installers. The only >> changes have been for compatibility with newer versions of Postgres. > > This was extreme