Re: tweak CREATE SEQUENCE grammar

From: Neil Conway <neilc(at)samurai(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: tweak CREATE SEQUENCE grammar
Date: 2002-09-30 23:00:45
Message-ID: 87vg4nf5gi.fsf@mailbox.samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:
> (Unlike Peter and Bruce, I see no reason not to do that work
> incrementally, but OTOH there's not much reason not to do it in one
> patch either.)

Well, one reason is that the changes required to implement part of the
standard (ALTER SEQUENCE) in a transaction-safe fashion might require
significant changes to the current sequence implementation. However, I
haven't looked at that closely, so that might not be the case.

> Accordingly, I think we ought to resolve Peter's objection about the
> semantics before deciding how to proceed.

Yes, that's exactly what I was waiting for.

Cheers,

Neil

--
Neil Conway <neilc(at)samurai(dot)com> || PGP Key ID: DB3C29FC

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Dave Cramer 2002-10-01 00:36:04 Re: [PATCHES] JDBC Driver - Schema Awareness Patch applied
Previous Message Tom Lane 2002-09-30 22:55:05 Re: tweak CREATE SEQUENCE grammar