Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
IiydAbITMvJkqKf
on Feb 23, 2022
|
parent
|
context
|
favorite
| on:
Do Not Recommend: User Provided Primary Keys
UUIDs are not text. Most uuid parsers ignore hyphens and braces, so citext will not help you.
Use the native uuid type, or as a fallback, store it in a 16 byte binary blob.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Use the native uuid type, or as a fallback, store it in a 16 byte binary blob.