Thread: Postgres question

Postgres question

From
Mona Kaur
Date:
Hi! I was doing some research on Postgres SQL  and came across a list of
people who make changes on Postgres 6.3. I was hoping you could shed
some light on the create sequence function. The function has a cycle
feature. I know sequence is a number generator that put the values into
the database. Once the sequence hit the min or max number how does cycle
fit into picture?