0

error in documentation: postgres sequences - nextval()

Josef Steppan 8 years ago updated 8 years ago 0

Hi,


just a minor error in one of your documentation pages:

http://www.vertabelo.com/documentation/database-model-elements/sequences


nextval(sequence_name) should be nextval('sequence_name') :


for reference:

http://www.postgresql.org/docs/current/static/functions-sequence.html



Also, thanks for providing such a great service, helped me a lot with my relational databases course :-)