postgresql - Database indexable or serial overlapping possible? -



postgresql - Database indexable or serial overlapping possible? -

im creating database in postgresql id of primary key serial, , im doing same within sql server, id identity(automatically adds integer id). question now, possible database create 2 id's same value, if added same time? or database sort out , give them different id's anyways? hope guys understand im trying ask, help or input highly appreciated, thanks!

that not possible.

if possible serial feature totally unusable.

note, values can skipped or out of chronological (wall-clock) order.

database postgresql

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -