How to use xid as primary key
Hello, I just so the article about primary keys
https://supabase.com/blog/choosing-a-postgres-primary-key
But it I can't find the extension
pg_idkit
and anything that will allow me to use xid
. Am I missing something? Will this extension me added?Supabase
Choosing a Postgres Primary Key
Turns out the question of which identifier to use as a Primary Key is complicated -- we're going to dive into some of the complexity and inherent trade-offs, and figure things out
2 Replies
You can request extensions here https://github.com/supabase/supabase/discussions/679#discussion-3006181
There is no way to add your own unless it is just straight sql, then you can just copy into your own function.
GitHub
Vote for Postgres extensions · Discussion #679 · supabase/supabase
This issue is for tracking requests/demand for Postgres Extensions. Give a thumbs up if you want an extension added. Please refrain from adding comments unless you are adding an extension which isn...
GitHub
Vote for Postgres extensions · Discussion #679 · supabase/supabase
This issue is for tracking requests/demand for Postgres Extensions. Give a thumbs up if you want an extension added. Please refrain from adding comments unless you are adding an extension which isn...