Re: [pgadmin-hackers] Support for Slony 2.0?

2011-01-23 Thread Guillaume Lelarge
Le 22/01/2011 15:46, Peter Geoghegan a écrit : > On 20 January 2011 21:28, Dave Page wrote: >> A wizard as you suggest has been on my "if only i had the time and >> energy" todo list for a few years :-) > > It's something that I'd like to take a look at, once we finish wx 2.9 > support. As I thin

Re: [pgadmin-hackers] wxWidgets 2.9 build

2011-01-23 Thread Guillaume Lelarge
Le 23/01/2011 17:01, Peter Geoghegan a écrit : > On 23 January 2011 14:56, Magnus Hagander wrote: >> >> Hmm. Perhaps the bug is that parser.sh should also update FlexLexer.h? > > Hacking a system header and then shipping it without mentioning > anything seems like a bad idea, an idea that would b

[pgadmin-hackers] SSL certificate connections + smartcard

2011-01-23 Thread Jean-Michel Pouré - GOOZE
Le mercredi 19 janvier 2011 à 00:35 +0100, Guillaume Lelarge a écrit : > This patch adds support to specify SSL certificate files and to > connect > according to those. Dear Guillaume, Dave and other pgAdmin developers; I would be glad to offer you a Feitian PKI + reader if you are intested in s

Re: [pgadmin-hackers] wxWidgets 2.9 build

2011-01-23 Thread Peter Geoghegan
On 23 January 2011 14:56, Magnus Hagander wrote: > > Hmm. Perhaps the bug is that parser.sh should also update FlexLexer.h? Hacking a system header and then shipping it without mentioning anything seems like a bad idea, an idea that would be unlikely to fly. > Yeah, certainly looks like missing

Re: [pgadmin-hackers] wxWidgets 2.9 build

2011-01-23 Thread Magnus Hagander
On Sun, Jan 23, 2011 at 15:46, Peter Geoghegan wrote: > On 23 January 2011 12:58, Magnus Hagander wrote: >>> Why do we ship a copy of FlexLexer.h from a specific version of >>> flex++? Are we really that sensitive to the differences in Flex >>> versions? Is the easiest thing to get pgadmin to bui

Re: [pgadmin-hackers] wxWidgets 2.9 build

2011-01-23 Thread Peter Geoghegan
On 23 January 2011 12:58, Magnus Hagander wrote: >> Why do we ship a copy of FlexLexer.h from a specific version of >> flex++? Are we really that sensitive to the differences in Flex >> versions? Is the easiest thing to get pgadmin to build after changing >> the pgscript grammar to use flex 2.5.33

Re: [pgadmin-hackers] wxWidgets 2.9 build

2011-01-23 Thread Magnus Hagander
On Wed, Jan 19, 2011 at 00:25, Peter Geoghegan wrote: > 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