Re: Psql crashes with Segmentation fault on copy from - Mailing list pgsql-general

From Tom Lane
Subject Re: Psql crashes with Segmentation fault on copy from
Date
Msg-id 5424.1212007373@sss.pgh.pa.us
Whole thread Raw
In response to Re: Psql crashes with Segmentation fault on copy from  ("Francisco Reyes" <lists@stringsutils.com>)
Responses Re: Psql crashes with Segmentation fault on copy from  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
"Francisco Reyes" <lists@stringsutils.com> writes:
> On 3:09 pm 05/28/08 Gregory Stark <stark@enterprisedb.com> wrote:
>> Does it really have a COPY command at the beginning? Are you really doing >\i data/usb_t_60M.sql or were you trying
todo a copy from this file? 

> Argh..That's it.
> When I re-organized the scripts I must have taken the copy command from the top of the data file and did not put a
'copyfrom' in the calling script. 

Hmm ... even so, it shouldn't have crashed, it should at worst have
given you an out-of-memory error message.

            regards, tom lane

pgsql-general by date:

Previous
From: "Pavel Stehule"
Date:
Subject: Re: Populating a sparse array piecemeal in plpgsql (REDUX)
Next
From: hobbes
Date:
Subject: Help with remote connection to remote Postgresql 8.3 Server...