Re: gen_random_uuid is only available with pgcrypto enabled - Mailing list pgsql-docs

From Tom Lane
Subject Re: gen_random_uuid is only available with pgcrypto enabled
Date
Msg-id 2313457.1674590617@sss.pgh.pa.us
Whole thread Raw
In response to gen_random_uuid is only available with pgcrypto enabled  (PG Doc comments form <noreply@postgresql.org>)
List pgsql-docs
PG Doc comments form <noreply@postgresql.org> writes:
> Regarding the documentation on this page:
> https://www.postgresql.org/docs/15/functions-uuid.html

> It think the documentation should state clearly, that postgres natively does
> not have any UUID generation functions.

That hasn't been true since we added gen_random_uuid() to the
core code in v13.  pgcrypto's version is now just a deprecated
wrapper for that.

            regards, tom lane



pgsql-docs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: https://www.postgresql.org/account/comments/new/15/sql-alterdatabase.html/
Next
From: "David G. Johnston"
Date:
Subject: Re: gen_random_uuid is only available with pgcrypto enabled