Re: [pgadmin-hackers] PATCH: Add missing nodes to graphical explain plan

2014-11-05 Thread Guillaume Lelarge
2014-11-05 15:25 GMT+01:00 J.F. Oster : > Hello, > > Per recent discussion on pgadmin-support ("index only scans are not > shown graphically"), > > JFO> Insert > JFO> Update > JFO> Delete > JFO> Foreign Scan > JFO> Index Only Scan > JFO> BitmapAnd > JFO> BitmapOr > JFO> Values Scan (shows up as a

Re: [pgadmin-hackers] zweidimensionale Statistiken in Postgres

2014-11-05 Thread Guillaume Lelarge
Hi, I'm not sure why you thought a mailing list on an admin tool would be a better fit, but it definitely is not. Don't worry, this isn't a big issue :-) Anyway, pgsql-hackers is the list you're looking for. On the patch you'd like to work on, I'd advise you someone else is working on this. You

Re: [pgadmin-hackers] zweidimensionale Statistiken in Postgres

2014-11-05 Thread Katharina Büchse
Hi, I was unsure to which mailing list to write, in my opinion psql-hackers would fit best, but as it is not recommended to write there directly, I'm trying here. I'm a phd-student at the university of Jena, Thüringen, Germany, in the field of data bases, more accurate query optimization. I wa

Re: [pgadmin-hackers] Some trivial patch

2014-11-05 Thread Ashesh Vashi
Hi Mads, As per our discussion, it is not improvement. But - it is a unused inclusion of header, and usage of proper macro provided by wxWidgets. Committed the patch. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www

[pgadmin-hackers] pgAdmin III commit: Removed unused header file from the ctlSQLBox.cpp

2014-11-05 Thread Ashesh Vashi
Removed unused header file from the ctlSQLBox.cpp Also - replaced space (" ") with the wxWidgets MACRO WXK_SPACE Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=c70fd018311f4e83dc5873b9ea1bf8bc15d22cb8 Author: Mads Jensen Modified Files --