![](https://secure.gravatar.com/avatar/f6a35c85d26694e26bb92ea4d4262c77.jpg?s=120&d=mm&r=g)
24 Jan
2011
24 Jan
'11
2:14 p.m.
Then I don't need primary key ?
(Read up on what primary keys really do.)
If I choose my primary key to be an integer then I have to keep track of numbers and automatically insert number incremented by one ?
No, Postgres supports automatically assigned IDs as well, but you have to specify them. Look into the serial datatype, and default column values.