Re: [PATCHES] Proposed patch for sequence-renaming problems - Mailing list pgsql-hackers

From Michael Paesold
Subject Re: [PATCHES] Proposed patch for sequence-renaming problems
Date
Msg-id 020401c5c44d$a5527e60$6f01a8c0@zaphod
Whole thread Raw
In response to Re: [PATCHES] Proposed patch for sequence-renaming problems  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: [PATCHES] Proposed patch for sequence-renaming problems
List pgsql-hackers
Tom Lane wrote:
> However, we could certainly add the NEXT VALUE FOR syntax if that will
> satisfy your concern about syntax.

Since the NEXT VALUE FOR syntax has a special meaning, would it be better to 
support the oracle-style syntax sequence.nextval for now (and use the 
::regclass for this)? I am not sure how easy that is considering 
schema.sequence.nextval.

Just a thought.

Best Regards,
Michael Paesold 



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] Proposed patch for sequence-renaming problems
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] Proposed patch for sequence-renaming problems