spa5k / uids-postgres

PostgreSQL Extension to generate various type of Universally Unique IDS
45 stars 1 forks source link

failed to install on Google Cloud SQL #4

Open ferreiro opened 2 months ago

ferreiro commented 2 months ago

hey there, Love your library <3. I'm using cloud SQL but it says it's not available. how can I make it happen and install it over there?

spa5k commented 1 month ago

Hey, sorry for late reply, but it either needs you to manually build the postgres image, or install it as the debian release file, you can find more info on official pgrx site and discord

spa5k commented 2 days ago

https://github.com/spa5k/uids-postgres/issues/5#issuecomment-2487623096

Similar to this, you can also try doing it directly, as UUID_V7 is quite popular and should be supported, or TypeID which is again pure SQL