[pgadmin-hackers] Patch to support SSL certificate connections

2011-01-18 Thread Guillaume Lelarge
Hi, This patch adds support to specify SSL certificate files and to connect according to those. It's pretty straightforward: four file pickers to handle on dlgServer, and changes in the connection code to add those parameters in the connection string. Comments? -- Guillaume http://www.postgr

Re: [pgadmin-hackers] wxWidgets 2.9 build

2011-01-18 Thread Peter Geoghegan
Seems I omitted to copy my system's FlexLexer.h to ./pgadmin3/pgadmin/include/pgscript. Seemingly the FlexLexer.h that ships with pgadmin is for Flex 2.5.33 only. I have 2.5.35. However, I now get a slightly different set of compiler errors, so I'm not much better off. pgscript/lex.pgs.cc:944:10:

Re: [pgadmin-hackers] pgAdmin III commit: The new version of astyle seems to want to tweak a

2011-01-18 Thread Guillaume Lelarge
Le 18/01/2011 21:29, Dave Page a écrit : > On Tue, Jan 18, 2011 at 8:15 PM, Guillaume Lelarge > wrote: >> Le 18/01/2011 20:40, Dave Page a écrit : >>> On Tue, Jan 18, 2011 at 7:29 PM, Magnus Hagander >>> wrote: On Tue, Jan 18, 2011 at 20:25, Dave Page wrote: > On Tue, Jan 18, 2011 at 7

Re: [pgadmin-hackers] pgAdmin III commit: The new version of astyle seems to want to tweak a

2011-01-18 Thread Ashesh Vashi
On Wed, Jan 19, 2011 at 1:45 AM, Guillaume Lelarge wrote: > Le 18/01/2011 20:40, Dave Page a écrit : > > On Tue, Jan 18, 2011 at 7:29 PM, Magnus Hagander > wrote: > >> On Tue, Jan 18, 2011 at 20:25, Dave Page wrote: > >>> On Tue, Jan 18, 2011 at 7:19 PM, Magnus Hagander > wrote: > On Tue,

Re: [pgadmin-hackers] pgAdmin III commit: The new version of astyle seems to want to tweak a

2011-01-18 Thread Dave Page
On Tue, Jan 18, 2011 at 8:15 PM, Guillaume Lelarge wrote: > Le 18/01/2011 20:40, Dave Page a écrit : >> On Tue, Jan 18, 2011 at 7:29 PM, Magnus Hagander wrote: >>> On Tue, Jan 18, 2011 at 20:25, Dave Page wrote: On Tue, Jan 18, 2011 at 7:19 PM, Magnus Hagander wrote: > On Tue, Ja

Re: [pgadmin-hackers] wxWidgets 2.9 build

2011-01-18 Thread Peter Geoghegan
HmmmI've come up against a problem. I found that when I ran the shell script parser.sh, bison and flex were run on the pgscript context-free grammar. My casts seem to work. However, a new problem has emerged. Here's part of the make output: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/pgsql/in

Re: [pgadmin-hackers] pgAdmin III commit: The new version of astyle seems to want to tweak a

2011-01-18 Thread Guillaume Lelarge
Le 18/01/2011 20:40, Dave Page a écrit : > On Tue, Jan 18, 2011 at 7:29 PM, Magnus Hagander wrote: >> On Tue, Jan 18, 2011 at 20:25, Dave Page wrote: >>> On Tue, Jan 18, 2011 at 7:19 PM, Magnus Hagander >>> wrote: On Tue, Jan 18, 2011 at 18:53, Dave Page wrote: > The new version of as

Re: [pgadmin-hackers] pgAdmin III commit: The new version of astyle seems to want to tweak a

2011-01-18 Thread Dave Page
On Tue, Jan 18, 2011 at 7:29 PM, Magnus Hagander wrote: > On Tue, Jan 18, 2011 at 20:25, Dave Page wrote: >> On Tue, Jan 18, 2011 at 7:19 PM, Magnus Hagander wrote: >>> On Tue, Jan 18, 2011 at 18:53, Dave Page wrote: The new version of astyle seems to want to tweak a number of files.

Re: [pgadmin-hackers] pgAdmin III commit: The new version of astyle seems to want to tweak a

2011-01-18 Thread Magnus Hagander
On Tue, Jan 18, 2011 at 20:25, Dave Page wrote: > On Tue, Jan 18, 2011 at 7:19 PM, Magnus Hagander wrote: >> On Tue, Jan 18, 2011 at 18:53, Dave Page wrote: >>> The new version of astyle seems to want to tweak a number of files. >>> Now using Artistic Style 2.01. >> >> Does *any* platform actual

Re: [pgadmin-hackers] pgAdmin III commit: The new version of astyle seems to want to tweak a

2011-01-18 Thread Dave Page
On Tue, Jan 18, 2011 at 7:19 PM, Magnus Hagander wrote: > On Tue, Jan 18, 2011 at 18:53, Dave Page wrote: >> The new version of astyle seems to want to tweak a number of files. >> Now using Artistic Style 2.01. > > Does *any* platform actually ship with this? Since they don't seem to > ship any p

Re: [pgadmin-hackers] pgAdmin III commit: The new version of astyle seems to want to tweak a

2011-01-18 Thread Magnus Hagander
On Tue, Jan 18, 2011 at 18:53, Dave Page wrote: > The new version of astyle seems to want to tweak a number of files. > Now using Artistic Style 2.01. Does *any* platform actually ship with this? Since they don't seem to ship any packages of their own - and I can't find it on debian *or* ubuntu,

[pgadmin-hackers] pgAdmin III commit: The new version of astyle seems to want to tweak a

2011-01-18 Thread Dave Page
The new version of astyle seems to want to tweak a number of files. Now using Artistic Style 2.01. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=4386aff9b93aaacba945cf75492cc3a8bdcc20d6 Modified Files -- pgadmin/ctl/ctlDefaultSecu

[pgadmin-hackers] pgAdmin III commit: The new version of astyle seems to want to tweak a

2011-01-18 Thread Dave Page
The new version of astyle seems to want to tweak a number of files. Now using Artistic Style 2.01. Branch -- REL-1_12_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=c42cacea8c014fb6d29c45d9d7e8ef7ce2114545 Modified Files -- pgadmin/ctl/ct

Re: [pgadmin-hackers] wxWidgets 2.9 build

2011-01-18 Thread Dave Page
On Tue, Jan 18, 2011 at 2:51 PM, Peter Geoghegan wrote: > On 18 January 2011 09:31, Dave Page wrote: >>> I take it that you didn't see this Dave? I built it against 2.9, which >>> was itself built using a shell script that's the same as >>> ./xtra/build-wxgtk, except that I removed the contrib st

Re: [pgadmin-hackers] wxWidgets 2.9 build

2011-01-18 Thread Peter Geoghegan
On 18 January 2011 09:31, Dave Page wrote: >> I take it that you didn't see this Dave? I built it against 2.9, which >> was itself built using a shell script that's the same as >> ./xtra/build-wxgtk, except that I removed the contrib stuff. > > No, I didn't. FYI, I was building on Mac which tends

Re: [pgadmin-hackers] wxWidgets 2.9 build

2011-01-18 Thread Dave Page
On Mon, Jan 17, 2011 at 11:56 PM, Peter Geoghegan wrote: > Hmmmseem to be getting a weird linker error when I build OGL (from > the independent package) against 2.9: > > /usr/bin/ld: ogl_dll_composit.o: relocation R_X86_64_32 against > `wxDivisionControlPoint::ms_classInfo' can not be used whe