View Single Post
  #10 (permalink)  
Old 10-07-10, 02:45
shammat shammat is offline
Registered User
 
Join Date: Nov 2003
Posts: 2,407
Quote:
Originally Posted by CarlosinFL View Post
Since I have been using PostgreSQL (2 months) coming from MySQL, the lack of or missing 'auto_increment' option in PostgreSQL is extremely frustrating for me.
Simply use the "serial" datatype.
Reply With Quote