Re: [pgadmin-hackers] pgAdmin III commit: Fix the Windows build

2011-03-28 Thread Guillaume Lelarge
Le 28/03/2011 12:00, Dave Page a écrit : > Fix the Windows build > > Branch > -- > master > > Details > --- > http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=7f8cd80a41eddaa014de5f01779666c2a96b609b > > Modified Files > -- > pgadmin/pgAdmin3.vcproj | 40 +

Re: [pgadmin-hackers] gin/gist indexes show twice

2011-03-28 Thread Timon
2011/3/28 Guillaume Lelarge : > Le 28/03/2011 10:57, Timon a écrit : >> yup, seem that problem is not with git/gist indexes. >> I have found the query for this grid in file >> pgadmin/schema/pgIndex.cpp line 670. >> >> I run this query in Sql Query tool and get same results: >> SELECT >>       inde

Re: [pgadmin-hackers] Debugger crashes when setting a value with quotes

2011-03-28 Thread Dave Page
Thanks - should be OK now. On Mon, Mar 28, 2011 at 8:08 AM, Timon wrote: > commit  6fe0f783fc6a9e85a00df211b25195eb3f3ac29e > > g++ -DHAVE_CONFIG_H -I. -I.. > -DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\" > -I../pgadmin/include   -I/usr/include -I/usr/include/pgsql > -DHAVE_CONNINFO_PARSE -I

[pgadmin-hackers] pgAdmin III commit: Fix the GCC build.

2011-03-28 Thread Dave Page
Fix the GCC build. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=7c57ccf6ab9c78b341f9ae69e95eb2027985c4b3 Modified Files -- pgadmin/debugger/ctlCodeWindow.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent v

[pgadmin-hackers] pgAdmin III commit: Fix the Windows build

2011-03-28 Thread Dave Page
Fix the Windows build Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=7f8cd80a41eddaa014de5f01779666c2a96b609b Modified Files -- pgadmin/pgAdmin3.vcproj | 40 1 files changed, 36 insertions(

Re: [pgadmin-hackers] gin/gist indexes show twice

2011-03-28 Thread Guillaume Lelarge
Le 28/03/2011 10:57, Timon a écrit : > yup, seem that problem is not with git/gist indexes. > I have found the query for this grid in file > pgadmin/schema/pgIndex.cpp line 670. > > I run this query in Sql Query tool and get same results: > SELECT > indexrelname, > idx_scan, idx_tup_re

Re: [pgadmin-hackers] gin/gist indexes show twice

2011-03-28 Thread Timon
yup, seem that problem is not with git/gist indexes. I have found the query for this grid in file pgadmin/schema/pgIndex.cpp line 670. I run this query in Sql Query tool and get same results: SELECT indexrelname, idx_scan, idx_tup_read, idx_tup_fetch, pg_size_pretty(pg_rela

Re: [pgadmin-hackers] Debugger crashes when setting a value with quotes

2011-03-28 Thread Timon
commit 6fe0f783fc6a9e85a00df211b25195eb3f3ac29e g++ -DHAVE_CONFIG_H -I. -I.. -DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\" -I../pgadmin/include -I/usr/include -I/usr/include/pgsql -DHAVE_CONNINFO_PARSE -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BI