Re: BUG 9.1rc1

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Claudio Oliveira <claudiomsi(at)hotmail(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: BUG 9.1rc1
Date: 2011-08-26 19:31:10
Message-ID: CA+OCxoyKzSdVd-vBL8vZFZpO0SKLBN8245MMrvuS7pW6r9gykg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Fri, Aug 26, 2011 at 5:22 PM, Claudio Oliveira
<claudiomsi(at)hotmail(dot)com> wrote:
> Hi,
> Use version 8.4 and have no issues with the field type TEXT.
> In version 9.1rc1 is limited to 4680 characters.
> Test
>  create table txt (val text);
>  insert into txt values (repeat ('x', 4500));
>  insert into txt values (repeat ('x', 4685));
>  select *, length (val) val is null, (val ~ 'x') from txt;
> Thank You.

It works for me... but any error as you describe would be a PostgreSQL
issue, not pgAdmin (which just passes the queries to the server
unmodified). You should ask on one of the PostgreSQL lists, such as
pgsql-general(at)postgresql(dot)org(dot)

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

  • BUG 9.1rc1 at 2011-08-26 16:22:40 from Claudio Oliveira

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2011-08-26 20:56:00 Re: Feature request: autosave for Query Tool
Previous Message Dave Page 2011-08-26 19:20:58 Re: Feature request: autosave for Query Tool