PSQL segmentation fault? - Mailing list pgsql-sql

From Frankie Lam
Subject PSQL segmentation fault?
Date
Msg-id b3mpcr$269h$1@news.hub.org
Whole thread Raw
List 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 by date:

Previous
From: victor@inf.ufsc.br
Date:
Subject: calling a stored procedure via pqSendQuery
Next
From: "Victor Yegorov"
Date:
Subject: Re: pgsql problem