Re: SVN Commit by dpage: r4380 - in trunk/pgadmin3: . src/dlg

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: SVN Commit by dpage: r4380 - in trunk/pgadmin3: . src/dlg
Date: 2005-07-21 09:22:59
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E4AC9402@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: Andreas Pflug [mailto:pgadmin(at)pse-consulting(dot)de]
> Sent: 21 July 2005 10:12
> To: Dave Page
> Cc: pgadmin-hackers(at)postgresql(dot)org
> Subject: Re: [pgadmin-hackers] SVN Commit by dpage: r4380 -
> in trunk/pgadmin3: . src/dlg
>
> svn(at)pgadmin(dot)org wrote:
> > Author: dpage
> > Date: 2005-07-21 09:26:58 +0100 (Thu, 21 Jul 2005)
> > New Revision: 4380
> >
> > Modified:
> > trunk/pgadmin3/CHANGELOG.txt
> > trunk/pgadmin3/src/dlg/dlgTable.cpp
> > Log:
> > Prompt the user before removing columns, constraints or
> inherited tables in the table dialogue,
>
> At least the "ask when deleting" setting should be observed.

I didn't know we even had such an option. Will fix.

> It's still
> questionable, since these removes aren't executed immediately, but
> collected until OK is pressed.

Not when creating a new object. It's a real pita when you've defined a
30 column table then accidently delete the first one. Even when editting
an existing object it can be a pita if you've made a bunch of other
changes.

/D

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2005-07-21 09:27:47 Re: SVN Commit by dpage: r4380 - in trunk/pgadmin3:
Previous Message Andreas Pflug 2005-07-21 09:12:27 Re: SVN Commit by dpage: r4380 - in trunk/pgadmin3: