Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Time for beta 2?


  • From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
  • To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
  • Cc: pgadmin-hackers(at)postgresql(dot)org
  • Subject: Re: Time for beta 2?
  • Date: Mon, 02 Oct 2006 21:53:56 +0200
  • Message-id: <45216E54(dot)9090702(at)lelarge(dot)info>

Dave Page a écrit :
>  
> 
>> -----Original Message-----
>> From: Guillaume Lelarge [mailto:guillaume(at)lelarge(dot)info] 
>> Sent: 02 October 2006 20:45
>> To: Dave Page
>> Cc: pgadmin-hackers(at)postgresql(dot)org
>> Subject: Re: [pgadmin-hackers] Time for beta 2?
>>
>> Guillaume Lelarge a écrit :
>>> Dave Page a écrit :
>>>> Any objections if I roll beta 2 of v1.6 tomorrow sometime?
>>>>
>>> I'll send you a patch for a bug I'm working on. It 
>> shouldn't be too long.
>> Well, it seems it's already fixed. I found it today on my 
>> windows beta1
>> official build, and can't reproduce it here with my linux svn build.
> 
> 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).


-- 
Guillaume.
<!-- http://abs.traduc.org/
     http://lfs.traduc.org/
     http://traduc.postgresqlfr.org/ -->



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group