Re: [DOCS] PostgreSQL 7.4 Documentation - create_sequence.sgml

2003-11-25 Thread Peter Eisentraut
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] --

[DOCS] PostgreSQL 7.4 Documentation - create_sequence.sgml

2003-11-24 Thread Halley Pacheco de Oliveira
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