Skip to content

Commit 9d8f192

Browse files
committed
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
1 parent d514d77 commit 9d8f192

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/sgml/pgcrypto.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,8 +1139,9 @@ gen_random_bytes(count integer) returns bytea
11391139
gen_random_uuid() returns uuid
11401140
</synopsis>
11411141
<para>
1142-
Returns a version 4 (random) UUID. (Obsolete, this function is now also
1143-
included in core <productname>PostgreSQL</productname>.)
1142+
Returns a version 4 (random) UUID. (Obsolete, this function
1143+
internally calls the <link linkend="functions-uuid">core
1144+
function</link> of the same name.)
11441145
</para>
11451146
</sect2>
11461147

0 commit comments

Comments
 (0)