Halley Pacheco de Oliveira writes:
> In the create_sequence.sgml is written:
>
> The optional clause INCREMENT BY class="parameter">increment
> specified, which value is added to the current
> sequence value to create a new value.
Fixed, thanks.
--
Peter Eisentraut [EMAIL PROTECTED]
--
In the create_sequence.sgml is written:
The optional clause INCREMENT BY increment
specified, which value is added to the current
sequence value to create a new value.
I think it is wrong and could be:
The optional clause INCREMENT BY increment
specifies the value to be added to the current
sequ