I want set some constraint to the serial type,it only produce even or odd numbers.
|
|
|
|
|
|
|
Simply, set your serial to increment by 2, and to start on either 1 or 2 for producing either odd or even number: Odd
Even
|
||
|
|
|
So you could do it all manually and create a special type of sequence that suits your needs:
Or if you already have a table and a
The name of the underlying sequence could be retrieved by "describing" the table using psql:
|
|||
|
