|
From: Dmitry Y. <fir...@ya...> - 2016-03-08 12:34:07
|
06.03.2016 16:55, Dimitry Sibiryakov wrote:
>
> I think we need DE to make decision.
The only way
CREATE OR ALTER SEQUENCE S;
can be allowed is that is acts as RESTART WITH 0 INCREMENT BY 1 for
existing sequences.
This way the behaviour is consistent: both CREATE and ALTER produce the
same result: existence of generator S with the same properties {start
value = 0, current value = 0, increment = 1}.
Dmitry
|