Does PostgreSQL support something like mySQL's auto_increment tag? For example, my entering "create table test (userid int default 0 not null auto_increment);" in mySQL creates a table with one field that automatically increments its value if none is specified. I have not been able to duplicate this in PostgreSQL yet (still new...) - any help is appreciated... Matt