[pgadmin-hackers] Ticket 214: Add support for --quote-all-identifiers

2010-07-26 Thread Guillaume Lelarge
Hi, Robert Haas commited a patch to add support for a new CLI option to pg_dump and pg_dumpall. "--quote-all-identifiers" forces the use of double quotes on all identifiers. The patch attached adds support for this on our frmBackup, frmBackupGlobals and frmBackupServer windows. BTW, it is a GIT p

[pgadmin-hackers] [pgAdmin III] #216: Make the query tool resistant to a loss of connection

2010-07-26 Thread pgAdmin Trac
#216: Make the query tool resistant to a loss of connection ---+ Reporter: gleu | Owner: dpage Type: feature| Status: new Priority: minor | Milestone: Component: pgadmin|

[pgadmin-hackers] [pgAdmin III] #215: Default role support

2010-07-26 Thread pgAdmin Trac
#215: Default role support +--- Reporter: Benedek Laszlo | Owner: Benedek Laszlo Type: feature | Status: new Priority: minor | Milestone: 1.14 Component: pgadmi

Re: [pgadmin-hackers] role support

2010-07-26 Thread Guillaume Lelarge
Le 26/07/2010 17:38, Benedek László a écrit : > This is the next approximation, a single patch against current git master. > > Should cover all the features you asked. Please review it. > Sure. Applies, compiles, and works great. Everything I asked was fixed or done. So, barring any objections,

Re: [pgadmin-hackers] 1.10.5 ?

2010-07-26 Thread Guillaume Lelarge
Le 26/07/2010 18:28, Dave Page a écrit : > On Mon, Jul 26, 2010 at 5:24 PM, Guillaume Lelarge > wrote: >> Le 23/07/2010 23:10, Guillaume Lelarge a écrit : >>> [...] >>> I would like to release a last 1.10 release. I'll have time next week. >>> Any objections? any patches to commit before preparing

Re: [pgadmin-hackers] 1.10.5 ?

2010-07-26 Thread Dave Page
On Mon, Jul 26, 2010 at 5:24 PM, Guillaume Lelarge wrote: > Le 23/07/2010 23:10, Guillaume Lelarge a écrit : >> [...] >> I would like to release a last 1.10 release. I'll have time next week. >> Any objections? any patches to commit before preparing the release? >> > > Release tagged. I also prepa

Re: [pgadmin-hackers] 1.10.5 ?

2010-07-26 Thread Guillaume Lelarge
Le 23/07/2010 23:10, Guillaume Lelarge a écrit : > [...] > I would like to release a last 1.10 release. I'll have time next week. > Any objections? any patches to commit before preparing the release? > Release tagged. I also prepared the announce. We just need the Windows and Mac OS X binaries, b

[pgadmin-hackers] pgAdmin III commit: Tag REL-1_10_5 has been created.

2010-07-26 Thread Guillaume Lelarge
Tag REL-1_10_5 has been created. View: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=tag;h=refs/tags/REL-1_10_5 Log Message --- Create REL-1_10_5 tag. commit 4ffa5d5d2eed488c16fac56e4a35dbf541d3ff99 Author: Guillaume Lelarge Date: Mon Jul 26 18:09:05 2010 +0200 -- Sent via pgadmin

[pgadmin-hackers] pgAdmin III commit: Bump version for release.

2010-07-26 Thread Guillaume Lelarge
Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=4ffa5d5d2eed488c16fac56e4a35dbf541d3ff99 Log Message --- Bump version for release. Branch -- REL-1_10_0_PATCHES Modified Files -- pgadmin/include/version.h |6 +++--- 1 files changed, 3 insertions

[pgadmin-hackers] [pgAdmin III] #214: Add --quote-all-identifiers argument (for pg_dump/pg_dump commands) support in 9.1

2010-07-26 Thread pgAdmin Trac
#214: Add --quote-all-identifiers argument (for pg_dump/pg_dump commands) support in 9.1 -+-- Reporter: gleu | Owner: dpage Type: feature | Status: new Priority: minor| Milestone: 1.14 Com