Re: pg_dump -Fc does not dump indexes

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Alberto <nspmma(at)freenet(dot)de>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: pg_dump -Fc does not dump indexes
Date: 2005-06-28 04:43:04
Message-ID: 20050628044304.GA18003@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Fri, Jun 24, 2005 at 08:02:40PM -0700, Alberto wrote:
>
> I have tried to backup my postgres database with
> pg_dump -Fc $db > ~/backups/$db.backup.c
> and restore it with:
> createdb -U postgres -D aestel_admin -T template0 restoreTMP
> pg_restore -d restoreTMP -U postgres $db.backup.c
>
> I do not get any error messages but none of my indexes are created. None
> of the primary key or foreign key constraint are created. However simple
> check constraints are created.

What version of PostgreSQL are you using?

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Matthew T. O'Connor 2005-06-28 04:55:17 Re: vacuum taking longer over time
Previous Message Peter Eisentraut 2005-06-28 00:47:43 Re: DRDB?