dumping sequences

From: Franco Bruno Borghesi <franco(at)akyasociados(dot)com(dot)ar>
To: pgsql-general(at)postgresql(dot)org
Subject: dumping sequences
Date: 2003-11-12 18:15:30
Message-ID: 1068660930.1081.6.camel@taz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I've noticed that postgresql 7.4beta2 pgdump dumps sequences like this:
CREATE SEQUENCE xxxx INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1;
but postgresql 7.4RC2 doesn't accept this sintax.

If anyone has already noticed this bug, please ignore this email. I
haven't had time in the last days to follow the mailing lists.

Thanks.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Franco Bruno Borghesi 2003-11-12 18:53:47 Re: dumping sequences
Previous Message Guy Fraser 2003-11-12 18:13:03 Re: RHEL