Re: [pgadmin-support] Compiling pgadmin3-1.14.1 on open BSD 5.0

2011-12-21 Thread Ashesh Vashi
Use LD_LIBRARY_PATH to specify your libintl library path. i.e. LD_LIBRARY_PATH=/usr/local/lib ./configure --with-pgsql=/usr/local/pgsql -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www.linkedin.com/in/asheshvashi*

[pgadmin-support] Compiling pgadmin3-1.14.1 on open BSD 5.0

2011-12-21 Thread Pietro A Bertini
pgadmin3-1.14.1 won't build under the following: openbsd 5.0 postgresql9.1.2 from source with: ./configure --with-perl --with-openssl --with-includes=/usr/local/include --with-libraries=/usr/local/lib --enable-shared --with-libxml --with-libxslt --enable-nls="fr-es-pt-de" postgresql is installe

Re: [pgadmin-support] pgAgent STDERR and Time Zone Questions

2011-12-21 Thread David E. Wheeler
On Dec 21, 2011, at 1:57 AM, Dave Page wrote:Thanks. The logic used to determine the success or failure of a stepis pretty simple:               if (rc == 0)                       stepstatus = wxT("s");               else                       stepstatus = steps->GetString(wxT("jstonerror"));Which

Re: [pgadmin-support] pgAgent STDERR and Time Zone Questions

2011-12-21 Thread David E. Wheeler
On Dec 21, 2011, at 1:50 AM, Dave Page wrote: >> Oh, good news, other platforms can’t be too far behind, right? > > I think you misread. As far as I know, it's *only* Mac OS X which > isn't supported by wxWidgets in 64 bit builds. Windows, Linux, Solaris > and HP-UX at least are all supported. O

Re: [pgadmin-support] pgAgent STDERR and Time Zone Questions

2011-12-21 Thread Dave Page
On Wed, Dec 21, 2011 at 2:02 AM, David E. Wheeler wrote: > On Dec 20, 2011, at 12:14 AM, Dave Page wrote: > > postgres=# select * from pgagent.pga_jobsteplog where jslresult <> 0; > > > Can you show me that without the where clause please? If there's too > much data, please filter by date to exclu

Re: [pgadmin-support] pgAgent STDERR and Time Zone Questions

2011-12-21 Thread Dave Page
On Wed, Dec 21, 2011 at 2:00 AM, David E. Wheeler wrote: > On Dec 20, 2011, at 12:12 AM, Dave Page wrote: > >>> Would be handy for such output to appear somewhere in the job history… >> >> Oh, OK. We use popen() to execute the task on *nix, and that only >> reads STDOUT, so you should handle redir