-
-
Notifications
You must be signed in to change notification settings - Fork 233
Option for GEN_UUID to generate v7 UUID #7980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
As far as I'm aware, the relevant RFC hasn't been published yet, so as of now, there is no official v7 UUID, and implementation at this time would be premature. |
However, no changes will be made to the text of the RFC. Therefore, no one waits for official approval: |
FWIW, I doubt that any PostgreSQL committer will be OK to push a patch to add support for UUIDv7 without an approved RFC. There is too much risk in finishing with a non-compliant behavior. |
Hi All |
I know gen_uuid() generates UUID v4 but surely the new syntax should also support gen_uuid(4). And is there any plan to backport this feature to v4 and v5? |
@reevespaul The syntax accepts |
UUID v7 more index-able than UUID v4(Current used in FirebirdSQL, CMIIW), please bring support for UUID v7 in FirebirdSql.
The text was updated successfully, but these errors were encountered: