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

2010-10-29 Thread Guillaume Lelarge
Le 29/10/2010 21:11, Guillaume Lelarge a écrit : > [...] > This patch adds support to the new ALTER TYPE syntax in 9.1 for enums. > > It's working great except one thing. If a user wants to add two labels, > we're screwed because we can't do two "ALTER TYPE ... ADD" statements in > the same query

Re: [pgadmin-hackers] Restore database form button

2010-10-29 Thread Guillaume Lelarge
Le 29/10/2010 07:47, Thom Brown a écrit : > On 29 October 2010 15:34, Guillaume Lelarge wrote: > >> Le 29/10/2010 06:16, Thom Brown a écrit : >>> On 28 October 2010 13:57, Thom Brown wrote: >>> Could you change the OK button on the Restore database form to Restore? I still press OK ev

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

2010-10-29 Thread Guillaume Lelarge
Hi, This patch adds support to the new ALTER TYPE syntax in 9.1 for enums. It's working great except one thing. If a user wants to add two labels, we're screwed because we can't do two "ALTER TYPE ... ADD" statements in the same query execution. Any idea how to solve this? the only way I found wo

Re: [pgadmin-hackers] Restore database form button

2010-10-29 Thread Thom Brown
On 29 October 2010 15:34, Guillaume Lelarge wrote: > Le 29/10/2010 06:16, Thom Brown a écrit : > > On 28 October 2010 13:57, Thom Brown wrote: > > > >> Could you change the OK button on the Restore database form to > >> Restore? I still press OK even after restoring a database as I see > >> the

Re: [pgadmin-hackers] Restore database form button

2010-10-29 Thread Dave Page
On Fri, Oct 29, 2010 at 3:34 PM, Guillaume Lelarge wrote: > Le 29/10/2010 06:16, Thom Brown a écrit : >> On 28 October 2010 13:57, Thom Brown wrote: >> >>> Could you change the OK button on the Restore database form to >>> Restore?  I still press OK even after restoring a database as I see >>> th

Re: [pgadmin-hackers] Restore database form button

2010-10-29 Thread Guillaume Lelarge
Le 29/10/2010 06:16, Thom Brown a écrit : > On 28 October 2010 13:57, Thom Brown wrote: > >> Could you change the OK button on the Restore database form to >> Restore? I still press OK even after restoring a database as I see >> the log messages, and naturally assume OK will close the window. >>

Re: [pgadmin-hackers] Restore database form button

2010-10-29 Thread Thom Brown
On 28 October 2010 13:57, Thom Brown wrote: > Could you change the OK button on the Restore database form to > Restore? I still press OK even after restoring a database as I see > the log messages, and naturally assume OK will close the window. > > Actually, I've noticed the restore form isn't c