Re: [PATCH] Implement uuid_version()
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: Jose Luis Tallon <jltallon@adv-solutions.net>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Cc: Andres Freund <andres@anarazel.de>, Robert Haas <robertmhaas@gmail.com>,
David Fetter <david@fetter.org>, Tom Lane <tgl@sss.pgh.pa.us>
Date: 2019-06-11T11:11:51Z
Lists: pgsql-hackers
On 2019-06-11 12:31, Jose Luis Tallon wrote: > I wonder whether re-implementing some more of the extension's (ie. UUID > v5) in terms of PgCrypto and in-core makes sense / would actually be > accepted into core? Those other versions are significantly more complicated to implement, and I don't think many people really need them, so I'm not currently interested. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Add gen_random_uuid function
- 5925e5549890 13.0 landed
-
Add a 64-bit hash function for type hstore.
- eb6f29141bed 12.0 cited