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

2014-11-20 Thread Dave Page
On Wed, Nov 19, 2014 at 8:01 PM, Guillaume Lelarge
guilla...@lelarge.info wrote:
 2014-11-18 17:09 GMT+01:00 Dave Page dp...@pgadmin.org:

 If Guillaume is satisfied with the code enough to commit it, it can. I
 consider it a bug fix, albeit minor.


 I didn't check the code. I just looked at the pics, and they feel right to
 me. Pretty sure I won't have time to check the code, and commit it, before
 the week-end.

What about at the weekend? Or Monday? :-)

 On Tue, Nov 18, 2014 at 3:00 PM, J.F. Oster jinfros...@mail.ru wrote:
  Hello Dave,
 
  I wonder if this patch will get into 1.20...
 
  Wednesday, November 5, 2014, 5:25:10 PM, J.F. Oster wrote:
 
  JFO Hello,
 
  JFO Per recent discussion on pgadmin-support (index only scans are not
  JFO 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 Seq Scan)
  JFO LockRows
  JFO + Merge Append.
 
  JFO Please note, that besides 10 new icons there are two icons for
  JFO existing nodes in the attachment, Bitmap Heap Scan and Bitmap Index
  JFO Scan.
  JFO I've changed them for unity with BitmapOr, BitmapAnd, which
  hopefully
  JFO will result in an intuitive understanding of the concept by users.
  ...
 
 
 
 
  --
  Best regards,
   J.F.
 



 --
 Dave Page
 Blog: http://pgsnake.blogspot.com
 Twitter: @pgsnake

 EnterpriseDB UK: http://www.enterprisedb.com
 The Enterprise PostgreSQL Company


 --
 Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
 To make changes to your subscription:
 http://www.postgresql.org/mailpref/pgadmin-hackers




 --
 Guillaume.
   http://blog.guillaume.lelarge.info
   http://www.dalibo.com



-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] Fix for complete-bundle.sh

2014-11-20 Thread Sandeep Thakkar
Hi

While building pgAdmin3 on OS X, we observed that the
script complete-bundle.sh, greps for the string Mach-O i386 executable
from the output of file command. This does not work on my OS X 10.8, where
the file shows the output in a different order.

$ file pgAdmin3
pgAdmin3: Mach-O executable i386

So, the grep fails there. Attached herewith is the patch that should work
for Mach-O i386 executable and as well as Mach-O executable i386
outputs.


-- 
Sandeep Thakkar


pgadmin.patch
Description: Binary data

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] pgAdmin III commit: Update catalan translation

2014-11-20 Thread Guillaume Lelarge
Update catalan translation

Branch
--
master

Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=bc1898c308a186ea55e95b302fc80e693992eb32
Author: Carme Cerda Torres carmec...@gmail.com

Modified Files
--
i18n/ca_ES/pgadmin3.mo |  Bin 334202 - 338719 bytes
i18n/ca_ES/pgadmin3.po |  195 ++--
2 files changed, 71 insertions(+), 124 deletions(-)


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


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

2014-11-20 Thread Guillaume Lelarge
2014-11-20 10:03 GMT+01:00 Dave Page dp...@pgadmin.org:

 On Wed, Nov 19, 2014 at 8:01 PM, Guillaume Lelarge
 guilla...@lelarge.info wrote:
  2014-11-18 17:09 GMT+01:00 Dave Page dp...@pgadmin.org:
 
  If Guillaume is satisfied with the code enough to commit it, it can. I
  consider it a bug fix, albeit minor.
 
 
  I didn't check the code. I just looked at the pics, and they feel right
 to
  me. Pretty sure I won't have time to check the code, and commit it,
 before
  the week-end.

 What about at the weekend? Or Monday? :-)


Will try to get it done this week-end.


  On Tue, Nov 18, 2014 at 3:00 PM, J.F. Oster jinfros...@mail.ru wrote:
   Hello Dave,
  
   I wonder if this patch will get into 1.20...
  
   Wednesday, November 5, 2014, 5:25:10 PM, J.F. Oster wrote:
  
   JFO Hello,
  
   JFO Per recent discussion on pgadmin-support (index only scans are
 not
   JFO 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 Seq Scan)
   JFO LockRows
   JFO + Merge Append.
  
   JFO Please note, that besides 10 new icons there are two icons for
   JFO existing nodes in the attachment, Bitmap Heap Scan and Bitmap
 Index
   JFO Scan.
   JFO I've changed them for unity with BitmapOr, BitmapAnd, which
   hopefully
   JFO will result in an intuitive understanding of the concept by
 users.
   ...
  
  
  
  
   --
   Best regards,
J.F.
  
 
 
 
  --
  Dave Page
  Blog: http://pgsnake.blogspot.com
  Twitter: @pgsnake
 
  EnterpriseDB UK: http://www.enterprisedb.com
  The Enterprise PostgreSQL Company
 
 
  --
  Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
  To make changes to your subscription:
  http://www.postgresql.org/mailpref/pgadmin-hackers
 
 
 
 
  --
  Guillaume.
http://blog.guillaume.lelarge.info
http://www.dalibo.com



 --
 Dave Page
 Blog: http://pgsnake.blogspot.com
 Twitter: @pgsnake

 EnterpriseDB UK: http://www.enterprisedb.com
 The Enterprise PostgreSQL Company




-- 
Guillaume.
  http://blog.guillaume.lelarge.info
  http://www.dalibo.com