Re: dumping sequences

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

Sorry, I was told it was 7.4RC2 (it was 7.3.4) and I was tryng to
restore a dump; I didn't check before I sent the email.

Sorry again.

On Wed, 2003-11-12 at 15:15, Franco Bruno Borghesi wrote:

> 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.
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Chapman 2003-11-12 19:17:26 Re: SQL-question: returning the id of an insert querry
Previous Message Franco Bruno Borghesi 2003-11-12 18:15:30 dumping sequences