Re: [GENERAL] Segmentation fault during restoration of compressed(.gz) database

2009-09-17 Thread Richard Huxton
Ignore me - I missed the previous thread with the same question. -- Richard Huxton Archonet Ltd -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

Re: [GENERAL] Segmentation fault during restoration of compressed(.gz) database

2009-09-17 Thread Richard Huxton
sulmansarwar wrote: > Hi, > > I am new to PostgreSQL. I have been trying to restore a compressed(.gz) > database using > > gunzip -c filename.gz | psql dbname > > After some 8 or 9 tables are restored the program exists giving error: > Segmentation Fault. > Exception Type: EXC_BAD_ACCESS (SIGS

[GENERAL] Segmentation fault during restoration of compressed(.gz) database

2009-09-16 Thread sulmansarwar
Hi, I am new to PostgreSQL. I have been trying to restore a compressed(.gz) database using gunzip -c filename.gz | psql dbname After some 8 or 9 tables are restored the program exists giving error: Segmentation Fault. I have attached the crash report below. ---