From: "Jose Manuel Lorenzo Lopez" <jose-manuel(dot)lorenzo-lopez(at)ica(dot)conti(dot)de>
> Hello PG's,
>
> is it possible to create a table with key fields (integer) that will
autoincrement
> when inserting a dataset???
>
Look in the manuals for the CREATE SEQUENCE stuff. There is a special type
SERIAL which does all this for you. Check Bruce's online book too - bound to
have examples in that.
- Richard Huxton