Re: BUG #6177: Size field type TEXT

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: BUG #6177: Size field type TEXT
Дата
Msg-id 4E563CA402000025000406D7@gw.wicourts.gov
обсуждение исходный текст
Ответ на BUG #6177: Size field type TEXT  ("Claudio Oliveira" <claudiomsi@hotmail.com>)
Ответы Re: BUG #6177: Size field type TEXT  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-bugs
"Claudio Oliveira" <claudiomsi@hotmail.com> wrote:

> Use version 8.4 and have no issues with the field type TEXT.
>
> In version 9.1rc1 is limited to 4680 characters.
>
> Where do I change that size?

test=# create table txt (val text);
CREATE TABLE
test=# insert into txt values (repeat('long string', 1000000));
INSERT 0 1
test=# select char_length(val) from txt;
 char_length
-------------
    11000000
(1 row)

What makes you think it's limited to 4680 characters?

-Kevin

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Claudio Oliveira"
Дата:
Сообщение: BUG #6177: Size field type TEXT
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #6170: hot standby wedging on full-WAL disk