Trouble with pg_dump and sequences - Mailing list pgsql-admin

From Martin Marrese
Subject Trouble with pg_dump and sequences
Date
Msg-id 444D1185.8020905@gmail.com
Whole thread Raw
List pgsql-admin
Hi,

I'm having problems trying to make a full backup of a database.
I search in many places but I can't find where is te mistake of my
procedure.

I'm running this command:
$ pg_dump -C -F P -o -h db1 -U postgres MAINDB > backup1

But I can't make pg_dump to backup all the sequences in the DB, only
those that are asociated with a serial field column of a table are
backed up.
All the other things, such as table, data, stored procedures, triggers
are backed up normaly.

Also tried with -n SCHEMA, and with pg_dumpall but the results remains
the same.

I'm cofused about this, I don't see where is my mistake.

Anyone can help me?

My Architecture is :
Postgres 8.0 running on a RedHat Enterprise 4, Gentoo an Debian. In this
3 machines I obtain the same result.

Thanxs
Martin

--

Slds

Martin Marrese
(Debian GNU/Linux - SID)

--
Cel: 1554824007
JID: kyheo en lugmen.org.ar
MSN: martin en marrese.com.ar

pgsql-admin by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: Autovacuuming
Next
From: Alvaro Herrera
Date:
Subject: Re: Autovacuuming