Re: cant get pg_dump/pg_restore to behave

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Mike Frysinger" <vapier(dot)adi(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: cant get pg_dump/pg_restore to behave
Date: 2007-04-20 06:28:13
Message-ID: 19034.1177050493@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Mike Frysinger" <vapier(dot)adi(at)gmail(dot)com> writes:
> $ pg_dump -F c -s -d database-server mydb > mydb.schema
> $ psql -d mydb < mydb.schema
> <error about users_idx not existing>

pg_dump -Fc does not produce a file that psql can read directly.
Is the above really what you did?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2007-04-20 06:30:08 Re: Unexplained case insensitive results
Previous Message Guy Rouillier 2007-04-20 05:37:30 Technical Documentation and Community Login