Re: Time for beta 2? - Mailing list pgadmin-hackers

From Dave Page
Subject Re: Time for beta 2?
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E40176D210@ratbert.vale-housing.co.uk
Whole thread Raw
In response to Re: Time for beta 2?  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgadmin-hackers

> -----Original Message-----
> From: Guillaume Lelarge [mailto:guillaume@lelarge.info]
> Sent: 02 October 2006 20:54
> To: Dave Page
> Cc: pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] Time for beta 2?
>
> > Oh, ok - what was it?
> >
>
> In the edit grid, I try to update a cell containing an item (character
> varying). The update fails because of the cast (for example UPDATE foo
> SET bar='foobar'::pg_catalog.character varying).
>
> When I try to reproduce it at home, log_statement to 'all', I see this
> query :
>   UPDATE foo SET bar='foobar'::character varying
> and it just works.
>
> I tried the latest snapshot at work but, unfortunately, it was an old
> one (21 of september, I think).

Ah, yes - that was fixed here:
http://svn.pgadmin.org/cgi-bin/viewcvs.cgi?rev=5372&view=rev

Regards Dave

pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Time for beta 2?
Next
From: "Hiroshi Saito"
Date:
Subject: fixed conversion of display as a result pg_dump and pg_restore.