Re: [pgadmin-hackers] Beta 2 start problem on OS X

2007-07-31 Thread Jyrki Wahlstedt
On 31.7.2007, at 21.07, Dave Page wrote: Jyrki Wahlstedt wrote: Hi, checked out SVN trunk. Nothing spectacular, Does that mean it works or not? No luck so far, sad… bootstrap just should be fixed somehow, it explicitly uses aclocal-1.9 and automake-1.9. I had to edit that, as I have

[pgadmin-hackers] SVN Commit by guillaume: r6518 - trunk/pgadmin3/i18n/it_IT

2007-07-31 Thread svn
Author: guillaume Date: 2007-07-31 18:30:57 + (Tue, 31 Jul 2007) New Revision: 6518 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6518&view=rev Log: Update italian's translation, per Giuseppe Sacco. Modified: trunk/pgadmin3/i18n/it_IT/pgadmin3.mo trunk/pgadmin3/

[pgadmin-hackers] SVN Commit by guillaume: r6517 - trunk/pgadmin3/i18n/ca_ES

2007-07-31 Thread svn
Author: guillaume Date: 2007-07-31 18:07:56 + (Tue, 31 Jul 2007) New Revision: 6517 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6517&view=rev Log: Update catalan's translation, per Carme Cerd?\195?\160 Torres. Modified: trunk/pgadmin3/i18n/ca_ES/pgadmin3.mo tr

Re: [pgadmin-hackers] Beta 2 start problem on OS X

2007-07-31 Thread Dave Page
Jyrki Wahlstedt wrote: > > Hi, > checked out SVN trunk. Nothing spectacular, Does that mean it works or not? > bootstrap just should be > fixed somehow, it explicitly uses aclocal-1.9 and automake-1.9. I had to > edit that, as I have 1.10 versions. MacPorts installation create both > versioned

Re: [pgadmin-hackers] Beta 2 start problem on OS X

2007-07-31 Thread Jyrki Wahlstedt
On 31.7.2007, at 15.14, Dave Page wrote: Jyrki Wahlstedt wrote: I must admit I'm at loss at the moment. I built myself a modified version of wxWidgets with separate libraries, but that did not help, the report just shows another library :-( For the record, I then built 1.6.3 with exactly

Re: [pgadmin-hackers] Beta 2 start problem on OS X

2007-07-31 Thread Jyrki Wahlstedt
On 31.7.2007, at 15.14, Dave Page wrote: Jyrki Wahlstedt wrote: I must admit I'm at loss at the moment. I built myself a modified version of wxWidgets with separate libraries, but that did not help, the report just shows another library :-( For the record, I then built 1.6.3 with exactly

Re: [pgadmin-hackers] Beta 2 start problem on OS X

2007-07-31 Thread Dave Page
Jyrki Wahlstedt wrote: I must admit I'm at loss at the moment. I built myself a modified version of wxWidgets with separate libraries, but that did not help, the report just shows another library :-( For the record, I then built 1.6.3 with exactly the same dependencies, and had no problem wit

Re: [pgadmin-hackers] Beta 2 start problem on OS X

2007-07-31 Thread Jyrki Wahlstedt
On 31.7.2007, at 10.39, Dave Page wrote: Jyrki Wahlstedt wrote: What configure option were used for wxWidgets, PostgreSQL and pgAdmin? What version of each were used exactly? This is easy, though longish (all configure options are defined in MacPorts Portfiles): wxWidgets: 2.8.4 configur

Re: [pgadmin-hackers] OIDS > INT_MAX displayed wrapped around

2007-07-31 Thread Guillaume Lelarge
Guillaume Lelarge a écrit : > Hi Kris, > > Kris Jurka a écrit : >> The display for tables that have oids higher than INT_MAX is correct in >> one dialog, but wrapped around in another. The popup properties is >> wrong while the properties displayed in the core view is right. It's >> difficult to

Re: [pgadmin-hackers] Enabling SQL text field in the SQL tab of object dialog

2007-07-31 Thread Dave Page
Guillaume Lelarge wrote: Hi all, I was looking at the new features of DBVisualizer and found something that please me. I don't know if you remember this old thread : http://www.pgadmin.org/archives/pgadmin-hackers/2007-03/msg4.php I want to be able to change the generated SQL on object di

[pgadmin-hackers] Enabling SQL text field in the SQL tab of object dialog

2007-07-31 Thread Guillaume Lelarge
Hi all, I was looking at the new features of DBVisualizer and found something that please me. I don't know if you remember this old thread : http://www.pgadmin.org/archives/pgadmin-hackers/2007-03/msg4.php I want to be able to change the generated SQL on object dialog. DBVisualizer seems to

Re: [pgadmin-hackers] OIDS > INT_MAX displayed wrapped around

2007-07-31 Thread Kris Jurka
On Tue, 31 Jul 2007, Guillaume Lelarge wrote: I don't know how I can build such a test case. My generate_series to build a billion inserts just failed with a "write failed" message... Here is the patch. It compiles and works on my laptop but I don't know if it really fixes the issue. If someon

Re: [pgadmin-hackers] OIDS > INT_MAX displayed wrapped around

2007-07-31 Thread Guillaume Lelarge
Dave Page a écrit : > Guillaume Lelarge wrote: >> I don't know how I can build such a test case. My generate_series to >> build a billion inserts just failed with a "write failed" message... >> Here is the patch. It compiles and works on my laptop but I don't know >> if it really fixes the issue. I

[pgadmin-hackers] SVN Commit by guillaume: r6516 - trunk/pgadmin3/pgadmin/dlg

2007-07-31 Thread svn
Author: guillaume Date: 2007-07-31 08:12:42 + (Tue, 31 Jul 2007) New Revision: 6516 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6516&view=rev Log: Fix OID display issue, per Kris Jurka. Modified: trunk/pgadmin3/pgadmin/dlg/dlgProperty.cpp ---

Re: [pgadmin-hackers] OIDS > INT_MAX displayed wrapped around

2007-07-31 Thread Dave Page
Guillaume Lelarge wrote: I don't know how I can build such a test case. My generate_series to build a billion inserts just failed with a "write failed" message... Here is the patch. It compiles and works on my laptop but I don't know if it really fixes the issue. If someone with a big enough data

Re: [pgadmin-hackers] Beta 2 start problem on OS X

2007-07-31 Thread Dave Page
Jyrki Wahlstedt wrote: What configure option were used for wxWidgets, PostgreSQL and pgAdmin? What version of each were used exactly? This is easy, though longish (all configure options are defined in MacPorts Portfiles): wxWidgets: 2.8.4 configured with --mandir=${prefix}/share/man \

Re: [pgadmin-hackers] Beta 2 start problem on OS X

2007-07-31 Thread Dave Page
Guillaume Lelarge wrote: Jyrki Wahlstedt a écrit : [...] What configure option were used for wxWidgets, PostgreSQL and pgAdmin? What version of each were used exactly? This is easy, though longish (all configure options are defined in MacPorts Portfiles): wxWidgets: 2.8.4 This is really stran

Re: [pgadmin-hackers] OIDS > INT_MAX displayed wrapped around

2007-07-31 Thread Guillaume Lelarge
Hi Kris, Kris Jurka a écrit : > > The display for tables that have oids higher than INT_MAX is correct in > one dialog, but wrapped around in another. The popup properties is > wrong while the properties displayed in the core view is right. It's > difficult to describe exactly in words, so here