[pgadmin-hackers] phase 2 of wxWidgets 2.9 build

2011-02-01 Thread Peter Geoghegan
I'm glad to see my work to date on wxWidgets 2.9 compatibility has been committed. We have 4 (and now, I think, 2) problems: 1. The Flex/Bison headers problem. This is a bit of a mystery. I e-mailed the Flex users list, and I was informed that neither Flex nor Bison directly use headers at any po

Re: [pgadmin-hackers] pgAdmin III: synonym support for EDBAS functions/procedures

2011-02-01 Thread Guillaume Lelarge
Le 01/02/2011 18:40, Dave Page a écrit : > On Tue, Feb 1, 2011 at 9:56 AM, Nikhil S wrote: >> Hi, >> >> Since EDB AS 8.4, we support synonyms for functions and procedures. I >> checked support for both plpgsql functions and edbspl functions and >> procedures. However the create synonym dialogue on

Re: [pgadmin-hackers] pgAdmin III: synonym support for EDBAS functions/procedures

2011-02-01 Thread Dave Page
On Tue, Feb 1, 2011 at 9:56 AM, Nikhil S wrote: > Hi, > > Since EDB AS 8.4, we support synonyms for functions and procedures. I > checked support for both plpgsql functions and edbspl functions and > procedures. However the create synonym dialogue only provides "Sequence, > Synonym, Table and View

Re: [pgadmin-hackers] pgAdmin III commit: Quick fix for a registry datatype issue on Windows,

2011-02-01 Thread Dave Page
On Tue, Feb 1, 2011 at 5:34 PM, Peter Geoghegan wrote: > I take it that you don't see any C4800 warnings on this, because the > overload doesn't cause the same problems that we saw with ctlListView? Only the one I fixed in that commit in frmHint.cpp. -- Dave Page Blog: http://pgsnake.blogspot.c

Re: [pgadmin-hackers] pgAdmin III commit: Quick fix for a registry datatype issue on Windows,

2011-02-01 Thread Peter Geoghegan
I take it that you don't see any C4800 warnings on this, because the overload doesn't cause the same problems that we saw with ctlListView? -- Regards, Peter Geoghegan -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.post

Re: [pgadmin-hackers] wxWidgets 2.9 build

2011-02-01 Thread Dave Page
First off - patch applied, thanks! On Tue, Feb 1, 2011 at 3:24 PM, Peter Geoghegan wrote: > I've performed the changes to overloads of sysSettings::Write() and > ctlListView::AppendItem() already discussed. I've reverted the removal of this function: // Write a boolean value bool sysSettings::W

[pgadmin-hackers] pgAdmin III commit: make style.

2011-02-01 Thread Dave Page
make style. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=e41af73d15276922b3ac1cc3d2d7ac8087284020 Modified Files -- pgadmin/ctl/calbox.cpp |4 +- pgadmin/ctl/explainShape.cpp |

[pgadmin-hackers] pgAdmin III commit: Quick fix for a registry datatype issue on Windows,

2011-02-01 Thread Dave Page
Quick fix for a registry datatype issue on Windows, introduced by the wx 2.9 patch. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=8f9c483868c587cc2ac6332a927338426ae9836c Modified Files -- pgadmin/frm/frmHint.cpp |

[pgadmin-hackers] pgAdmin III commit: Phase 1 of our wxWidgets 2.9 compatibility. For mor

2011-02-01 Thread Dave Page
Phase 1 of our wxWidgets 2.9 compatibility. For more info, see the discussion at http://archives.postgresql.org/pgadmin-hackers/2011-01/msg00118.php Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=d88a4c76bd80c47524f11ce7c04390fdf4a29f9c Author

Re: [pgadmin-hackers] wxWidgets 2.9 build

2011-02-01 Thread Dave Page
On Tue, Feb 1, 2011 at 12:26 AM, Peter Geoghegan wrote: > On 31 January 2011 20:27, Dave Page wrote: >> I tried it on VC++ and it didn't complain. Didn't test gcc though. > > Can you produce a test case? I wasn't aware that it is possible to use > the preprocessor to define C++ member function ma

[pgadmin-hackers] pgAdmin III: synonym support for EDBAS functions/procedures

2011-02-01 Thread Nikhil S
Hi, Since EDB AS 8.4, we support synonyms for functions and procedures. I checked support for both plpgsql functions and edbspl functions and procedures. However the create synonym dialogue only provides "Sequence, Synonym, Table and View" as target types. We need to add functions and procedures t