S
Supabase3y ago
hov

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
garyaustin
garyaustin3y ago
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...
hov
hovOP3y ago
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...

Did you find this page helpful?