PSQL segmentation fault?

Поиск
Список
Период
Сортировка
От Frankie Lam
Тема PSQL segmentation fault?
Дата
Msg-id b3mpcr$269h$1@news.hub.org
обсуждение исходный текст
Список pgsql-sql
Hi all,

I've tried to insert a record into a table, which contains only one
column(text),
through ODBC, the record contains a 99,999,999 spaces. I can put it into
table
without problem, but when I executed "select * from tablename" at the PSQL
prompt, miserably PSQL went segmentation fault. :-(

My question is, isn't the length of `text' type theoretically unlimited? How
come
PSQL crashes?
(Is this a PSQL problem? If so, what's its limitation then?)

Thanks a lot,

Frankie

System Env:
Red Hat 7.2
PostgreSQL 7.3
128 MB ram





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

Предыдущее
От: victor@inf.ufsc.br
Дата:
Сообщение: calling a stored procedure via pqSendQuery
Следующее
От: "Victor Yegorov"
Дата:
Сообщение: Re: pgsql problem