Re: question about upper limit on TEXT size
| От | Tom Lane |
|---|---|
| Тема | Re: question about upper limit on TEXT size |
| Дата | |
| Msg-id | 996.1029271659@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Re: question about upper limit on TEXT size (Cindy <ctmoore@uci.edu>) |
| Ответы |
Re: question about upper limit on TEXT size
|
| Список | pgsql-general |
Cindy <ctmoore@uci.edu> writes:
> Tom Lane writes:
>>> Cindy <ctmoore@uci.edu> writes:
>>>> PQresultErrorMessage is telling me ERROR: Tuple is too big: size
>>>> 54776, max size 8128
>>>
>>> <blink> What Postgres version are you using? If it's recent (7.1
>>> or later), could we see the full schema of your table?
> 7.2, on Solaris:
Hmph --- that certainly shouldn't have any trouble with a measly 50K
text value. I wonder if you've somehow managed to turn off TOASTing
on this column? Could we see the output of
select * from pg_class where relname = 'searches';
and also the output of
select attname,attstorage from pg_attribute where attrelid =
(select oid from pg_class where relname = 'searches');
Do you see the same failure if you try to INSERT the data into
a freshly-created table, using the exact CREATE TABLE command you
just showed us?
> I could attach (or send separately) the exact INSERT command that generates
> the error message if you like.
If you want to send it to me (not the whole list), I'll be sure to try
it. I'll bet a nickel that it'll work for me though ... there's
something odd about this, and I'm not sure what.
regards, tom lane
В списке pgsql-general по дате отправления: