> -Original Message-
> From: Rod Taylor [mailto:[EMAIL PROTECTED]]
> Sent: 03 February 2003 22:43
> To: Dave Page
> Cc: Kurt Roeckx; [EMAIL PROTECTED]
> Subject: Re: [pgadmin-hackers] Editing data.
>
>
> > This can't easily be done because we h
> This can't easily be done because we have no way to know that the user
> wants null as opposed to an empty string. Of course, it cannot be done
> for your primary key columns anyway.
How about adding a right mouse button menu for the field with an option
'SET NULL'. Display it grey'd out or som
On Mon, Feb 03, 2003 at 10:02:26PM -, Dave Page wrote:
>
> > Could it be made so that it uses the fields of the primary
> > keys instead of just the first field? Or use the old data if
> > no primary key is available ...
>
> The fix is on the todo list.
Thanks.
> > Also, I'd like to be a
> -Original Message-
> From: Kurt Roeckx [mailto:[EMAIL PROTECTED]]
> Sent: 03 February 2003 20:00
> To: [EMAIL PROTECTED]
> Subject: [pgadmin-hackers] Editing data.
>
>
> It seems that while you're editing data, it tries to do an
> update for all the
It seems that while you're editing data, it tries to do an update
for all the records matching the first field. This is not what I
want at all. The primary key exists of 3 fields, and mostly the
first field is the same.
Could it be made so that it uses the fields of the primary keys
instead of j