Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4e3eb6d

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 181cc09 commit 4e3eb6d

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
@@ -1138,8 +1138,9 @@ gen_random_bytes(count integer) returns bytea
11381138
gen_random_uuid() returns uuid
11391139
</synopsis>
11401140
<para>
1141-
Returns a version 4 (random) UUID. (Obsolete, this function is now also
1142-
included in core <productname>PostgreSQL</productname>.)
1141+
Returns a version 4 (random) UUID. (Obsolete, this function
1142+
internally calls the <link linkend="functions-uuid">core
1143+
function</link> of the same name.)
11431144
</para>
11441145
</sect2>
11451146

0 commit comments

Comments
 (0)