pg_dump: ALTER SEQUENCE ... OWNED in 8.1 - Mailing list pgadmin-support

From Laurent ROCHE
Subject pg_dump: ALTER SEQUENCE ... OWNED in 8.1
Date
Msg-id 599644.24476.qm@web34402.mail.mud.yahoo.com
Whole thread Raw
Responses Re: pg_dump: ALTER SEQUENCE ... OWNED in 8.1  (Raymond O'Donnell <rod@iol.ie>)
List pgadmin-support
Hi All,

I have a table with a sequence.
When I backup the table I get the following code (among other things):
...
ALTER SEQUENCE documents_doc_id_seq OWNED BY documents.doc_id;
...

However my server is PG 8.1 and this is 8.2 syntax.
I understand pgAdmin runs a standard pg_dump but I would expect it to run a version compatible with my server ! ? !

Cheers,
L@u
The Computing Froggy



     _____________________________________________________________________________ 
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 


pgadmin-support by date:

Previous
From: Dave Page
Date:
Subject: Re: Problem editing tables (geom columns)
Next
From: Raymond O'Donnell
Date:
Subject: Re: pg_dump: ALTER SEQUENCE ... OWNED in 8.1