Sample Header Ad - 728x90

Generating Record Ids in Postgres

-1 votes
1 answer
384 views
Using the UUID data type with its 256 chars seems like overkill, while assigning an auto-increment int4 seems less robust. Is there a more robust way to assign a record id without using uuid or an auto-increment int4?
Asked by GPP (211 rep)
Oct 29, 2016, 06:42 AM
Last activity: Oct 29, 2016, 03:53 PM