mirror of
https://github.com/postgres/postgres.git
synced 2026-03-13 14:14:09 -04:00
doc: clarify that pgcrypto's gen_random_uuid calls core func.
Previously it was just marked as a duplicate of the core function. Reported-by: Andreas Dijkman Discussion: https://postgr.es/m/17349-24d61e214429e8c1@postgresql.org Backpatch-through: 13
This commit is contained in:
parent
181cc0906b
commit
4e3eb6dd1a
1 changed files with 3 additions and 2 deletions
|
|
@ -1138,8 +1138,9 @@ gen_random_bytes(count integer) returns bytea
|
|||
gen_random_uuid() returns uuid
|
||||
</synopsis>
|
||||
<para>
|
||||
Returns a version 4 (random) UUID. (Obsolete, this function is now also
|
||||
included in core <productname>PostgreSQL</productname>.)
|
||||
Returns a version 4 (random) UUID. (Obsolete, this function
|
||||
internally calls the <link linkend="functions-uuid">core
|
||||
function</link> of the same name.)
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue