D Yuniskis <not.going.to.be (AT) seen (DOT) com> wrote:
Quote:
In light of this type of usage, could I impose upon you
to please explain the consequences of each of these
"serial/sequence" approaches? |
What you're doing is fine, and just what SERIAL is intended for.
The only issue is that you might worry that someone might create a mess
by inserting a record and explicitly specifying the id rather than
letting the automatic value be used. But if you're the only person
modifying the table, it's good enough to just Not Do That.
-M-