pg_restore can't restore using list to select?

From: Francisco Reyes <lists(at)stringsutils(dot)com>
To: PostgreSQL general <pgsql-general(at)postgresql(dot)org>
Subject: pg_restore can't restore using list to select?
Date: 2007-06-15 15:12:25
Message-ID: cone.1181920345.677355.53974.5001@35st.simplicato.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

While trying to debug an out of memory error I am trying to restore only
certain files.

pg_restore is trying to restore everything even though I am telling it to
read from a file which tables to restore.

The parameters i am trying are:
pg_restore -U pgsql -L Load-list.txt -v -d backaway_copy 2007-06-03.pg_dump

pg_restore -U pgsql --use-list=Load-list.txt -v -d 2007-06-03.pg_dump

Neither of those is reading the file.

Perhaps the use-list/-L need to be in a particular place in the command
line?

Postgresql 8.2.4

The Load-list is the output of "pg_restore -l <file>" minus a list of files
which got loaded before the memory error (ie I am trying to skip all the
tables which already got loaded).

Browse pgsql-general by date

  From Date Subject
Next Message Francisco Reyes 2007-06-15 15:17:17 Re: Another conversion from ASA to PostGres how to
Previous Message Mike Gould 2007-06-15 15:06:19 Another conversion from ASA to PostGres how to