[pgadmin-hackers] pgAdmin III commit: Fix warning on VC++

2011-03-07 Thread Dave Page
Fix warning on VC++ Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=451d4641ba3a231eb5818a6a0b3972a0e3752d1b Modified Files -- pgadmin/dlg/dlgForeignDataWrapper.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Se

[pgadmin-hackers] pgAdmin III commit: Replace all the XPM images in pgAdmin with PNG ones

2011-03-07 Thread Dave Page
Replace all the XPM images in pgAdmin with PNG ones. This offers us two major advantages: 1) XPM images aren't supported by many graphics tools, and almost always require manual editing to fix the internal naming anyway. 2) XPM images don't support alpha transparency. The patch is a little compl

[pgadmin-hackers] pgAdmin III commit: Update CHANGELOG and "make style".

2011-03-07 Thread Guillaume Lelarge
Update CHANGELOG and "make style". Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=45c28f2b0cd922b4279a668e646bac2bc1dc1d3a Modified Files -- CHANGELOG |5 +++ pgadmin/dlg/dlgForeignKey.cpp |

Re: [pgadmin-hackers] Support for SQL/MED Foreign Data Wrapper object

2011-03-07 Thread Guillaume Lelarge
Le 08/02/2011 07:19, Guillaume Lelarge a écrit : > Hi, > > Simple patch to add FDW object support. A new icon would be great. > > Comments? > No comments, so commited :) -- Guillaume http://www.postgresql.fr http://dalibo.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@post

[pgadmin-hackers] pgAdmin III commit: Support for Foreign Data Wrapper object.

2011-03-07 Thread Guillaume Lelarge
Support for Foreign Data Wrapper object. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=d63a0336850b15bd3b49d774598200401962d0fb Modified Files -- pgadmin/dlg/dlgForeignDataWrapper.cpp| 343 ++ pgadm

Re: [pgadmin-hackers] Support for invalid foreign keys

2011-03-07 Thread Guillaume Lelarge
Le 07/03/2011 07:49, Dave Page a écrit : > On Mon, Mar 7, 2011 at 6:21 AM, Guillaume Lelarge > wrote: >> Well, it was supposed to be deleted. Actually, I was supposed to ask if >> anyone knows why there is the "if (sql.IsNull())" check at all (the "|| >> forceRefresh" is a test I should have delet

Re: [pgadmin-hackers] [pgAdmin III] #304: Add support for invalid FK constraints

2011-03-07 Thread pgAdmin Trac
#304: Add support for invalid FK constraints --+- Reporter: gleu | Owner: gleu Type: feature | Status: closed Priority: minor| Milestone: 1.14 Component: pg

[pgadmin-hackers] pgAdmin III commit: Add support for invalid foreign key constraints

2011-03-07 Thread Guillaume Lelarge
Add support for invalid foreign key constraints This patch adds a checkbox in the dlgForeignKey dialog, so that the user can create an "not validated" foreign key. Each foreign key of this kind is displayed with the usual icon with a red cross on it. A contextual menu allows the user to force the

Re: [pgadmin-hackers] Feature: visual feedback of disabled triggers

2011-03-07 Thread Guillaume Lelarge
Le 07/03/2011 07:27, Dave Page a écrit : > On Mon, Mar 7, 2011 at 6:22 AM, Guillaume Lelarge > wrote: >> Le 07/03/2011 05:50, Dave Page a écrit : >>> On Sun, Mar 6, 2011 at 3:16 PM, Guillaume Lelarge >>> wrote: Le 09/02/2011 23:11, Guillaume Lelarge a écrit : > Le 08/02/2011 07:48, Dave

[pgadmin-hackers] pgAdmin III commit: Disabled rules are displayed with another icon

2011-03-07 Thread Guillaume Lelarge
Disabled rules are displayed with another icon The "other" icon is the old one with a red cross on it. It helps to know which rules are enabled and which aren't. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=8b76ed25368752f6eb3b9f193c81094254

Re: [pgadmin-hackers] [pgAdmin III] #306: Visual feedback of disabled triggers

2011-03-07 Thread pgAdmin Trac
#306: Visual feedback of disabled triggers --+- Reporter: Erika| Owner: gleu Type: feature | Status: closed Priority: minor| Milestone: 1.14 Component: pgadmin |

[pgadmin-hackers] pgAdmin III commit: Disabled triggers are displayed with another icon

2011-03-07 Thread Guillaume Lelarge
Disabled triggers are displayed with another icon The "other" icon is the old one with a red cross on it. It helps to know which triggers are enabled and which aren't. Idea from Erika. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=f1bbe75334

Re: [pgadmin-hackers] s/xpm/png/g

2011-03-07 Thread Dave Page
On Mon, Mar 7, 2011 at 6:45 PM, Magnus Hagander wrote: > On Mon, Mar 7, 2011 at 19:43, Dave Page wrote: >> On Mon, Mar 7, 2011 at 6:36 PM, Magnus Hagander wrote: >>> On Mon, Mar 7, 2011 at 18:18, Dave Page wrote: On Mon, Mar 7, 2011 at 2:55 PM, Magnus Hagander wrote: > On Mon, M

Re: [pgadmin-hackers] s/xpm/png/g

2011-03-07 Thread Magnus Hagander
On Mon, Mar 7, 2011 at 19:43, Dave Page wrote: > On Mon, Mar 7, 2011 at 6:36 PM, Magnus Hagander wrote: >> On Mon, Mar 7, 2011 at 18:18, Dave Page wrote: >>> On Mon, Mar 7, 2011 at 2:55 PM, Magnus Hagander wrote: On Mon, Mar 7, 2011 at 14:55, Dave Page wrote: > Hi, > > The (la

Re: [pgadmin-hackers] s/xpm/png/g

2011-03-07 Thread Dave Page
On Mon, Mar 7, 2011 at 6:36 PM, Magnus Hagander wrote: > On Mon, Mar 7, 2011 at 18:18, Dave Page wrote: >> On Mon, Mar 7, 2011 at 2:55 PM, Magnus Hagander wrote: >>> On Mon, Mar 7, 2011 at 14:55, Dave Page wrote: Hi, The (large) patch at http://developer.pgadmin.org/~dpage/e

Re: [pgadmin-hackers] s/xpm/png/g

2011-03-07 Thread Magnus Hagander
On Mon, Mar 7, 2011 at 18:18, Dave Page wrote: > On Mon, Mar 7, 2011 at 2:55 PM, Magnus Hagander wrote: >> On Mon, Mar 7, 2011 at 14:55, Dave Page wrote: >>> Hi, >>> >>> The (large) patch at >>> http://developer.pgadmin.org/~dpage/embedded_images_infra-v8.diff >>> replaces all the XPM images in

Re: [pgadmin-hackers] [DOCS] Remove name as valid parameter for catalog functions

2011-03-07 Thread Thom Brown
On 7 March 2011 20:49, Tom Lane wrote: > Thom Brown writes: >> Patch attached which corrects the docs where catalog functions no >> longer accept values of type name.  Originally a note submitted by >> someone on the docs, but this affects more than just the one they >> mentioned. > > The reason

Re: [pgadmin-hackers] [DOCS] Remove name as valid parameter for catalog functions

2011-03-07 Thread Tom Lane
Thom Brown writes: > Patch attached which corrects the docs where catalog functions no > longer accept values of type name. Originally a note submitted by > someone on the docs, but this affects more than just the one they > mentioned. The reason those are phrased as "OID or name" is that what t

Re: [pgadmin-hackers] s/xpm/png/g

2011-03-07 Thread Dave Page
On Mon, Mar 7, 2011 at 2:55 PM, Magnus Hagander wrote: > On Mon, Mar 7, 2011 at 14:55, Dave Page wrote: >> Hi, >> >> The (large) patch at >> http://developer.pgadmin.org/~dpage/embedded_images_infra-v8.diff >> replaces all the XPM images in pgAdmin with PNG ones. This offers us >> two major advan

Re: [pgadmin-hackers] s/xpm/png/g

2011-03-07 Thread Magnus Hagander
On Mon, Mar 7, 2011 at 14:55, Dave Page wrote: > Hi, > > The (large) patch at > http://developer.pgadmin.org/~dpage/embedded_images_infra-v8.diff > replaces all the XPM images in pgAdmin with PNG ones. This offers us > two major advantages: > > 1) XPM images aren't supported by many graphics tools

[pgadmin-hackers] Remove name as valid parameter for catalog functions

2011-03-07 Thread Thom Brown
Patch attached which corrects the docs where catalog functions no longer accept values of type name. Originally a note submitted by someone on the docs, but this affects more than just the one they mentioned. -- Thom Brown Twitter: @darkixion IRC (freenode): dark_ixion Registered Linux user: #51

[pgadmin-hackers] s/xpm/png/g

2011-03-07 Thread Dave Page
Hi, The (large) patch at http://developer.pgadmin.org/~dpage/embedded_images_infra-v8.diff replaces all the XPM images in pgAdmin with PNG ones. This offers us two major advantages: 1) XPM images aren't supported by many graphics tools, and almost always require manual editing to fix the internal