Re: [pgadmin-hackers] Ticket 269: Add support for 9.1 ALTER TYPE new syntax for enum

2010-11-01 Thread Guillaume Lelarge
Le 31/10/2010 09:44, Guillaume Lelarge a écrit : > Le 31/10/2010 00:39, Dave Page a écrit : >> On Sun, Oct 31, 2010 at 1:56 AM, Guillaume Lelarge >> wrote: >>> Le 30/10/2010 10:25, Dave Page a écrit : >>> Yeah, that's really nasty. I guess we need split the commands at ;. >>> >>> Yeah. If it'

Re: [pgadmin-hackers] [pgAdmin III] #242: Add support for new ALTER TYPE clauses

2010-11-01 Thread pgAdmin Trac
#242: Add support for new ALTER TYPE clauses --+- Reporter: gleu | Owner: gleu Type: feature | Status: closed Priority: minor| Milestone: 1.14 Component: pgadmin | Version:

Re: [pgadmin-hackers] Ticket 242: Add support for 9.1 ALTER TYPE new syntax

2010-11-01 Thread Guillaume Lelarge
Le 28/10/2010 22:21, Guillaume Lelarge a écrit : > Le 28/10/2010 09:15, Guillaume Lelarge a écrit : >> Le 28/10/2010 09:12, Guillaume Lelarge a écrit : >>> Hi, >>> >>> This patch adds support to the new ALTER TYPE syntax in 9.1. >>> >>> /me extracts the log message in the patch: >>> >>> I changed t

[pgadmin-hackers] pgAdmin III commit: Add support for 9.1 ALTER TYPE new syntax

2010-11-01 Thread Guillaume Lelarge
Add support for 9.1 ALTER TYPE new syntax I changed the Add/Change button with two buttons (Add and Change). The rest of the patch is used to allow the change on an existing type if we are connected to an 9.1+ release. Rather than trying to detect new. removed, and modified members, I simply drop

Re: [pgadmin-hackers] [pgAdmin III] #270: Use -v switch for pg_dump and pg_restore

2010-11-01 Thread pgAdmin Trac
#270: Use -v switch for pg_dump and pg_restore ---+ Reporter: Anssi Kaariainen | Owner: gleu Type: feature | Status: closed Priority: minor | Milestone: 1.14 Component:

[pgadmin-hackers] pgAdmin III commit: Use -w switch when available for dump/restore

2010-11-01 Thread Guillaume Lelarge
Use -w switch when available for dump/restore If a user tries to dump a database within pgAdmin, and if there is no .pgpass file, pgAdmin is frozen waiting for a password noone can enter. The -w switch allows the use of .pgpass file but, if this file is missing and the authentication method asks f

Re: [pgadmin-hackers] [pgAdmin III] #274: Restore database form button

2010-11-01 Thread pgAdmin Trac
#274: Restore database form button -+-- Reporter: Thom Brown | Owner: gleu Type: feature | Status: closed Priority: minor | Milestone: 1.14 Component: pgadmi

Re: [pgadmin-hackers] Restore database form button

2010-11-01 Thread Guillaume Lelarge
Le 30/10/2010 08:04, Guillaume Lelarge a écrit : > Le 30/10/2010 07:53, Dave Page a écrit : >> On Sat, Oct 30, 2010 at 5:32 AM, Guillaume Lelarge >> wrote: >>> If we do this, we need to do the same on the other dump/restore dialogs. >>> Dave, any objection? if no, I'll commit this patch. Oh, BTW,

[pgadmin-hackers] pgAdmin III commit: Change the label of the OK button

2010-11-01 Thread Guillaume Lelarge
Change the label of the OK button Backup for backups, Restore for restores. Idea from Thom Brown. Implements #274. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=459cfabc65f815cea807c29fe8841f415cf350cb Modified Files -- CHANGEL

[pgadmin-hackers] [pgAdmin III] #274: Restore database form button

2010-11-01 Thread pgAdmin Trac
#274: Restore database form button +--- Reporter: Thom Brown | Owner: gleu Type: feature | Status: new Priority: minor | Milestone: Component: pgadmin | Versio