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

Commit 8dc12a9

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 8d489a3 commit 8dc12a9

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
@@ -1143,8 +1143,9 @@ gen_random_bytes(count integer) returns bytea
11431143
gen_random_uuid() returns uuid
11441144
</synopsis>
11451145
<para>
1146-
Returns a version 4 (random) UUID. (Obsolete, this function is now also
1147-
included in core <productname>PostgreSQL</productname>.)
1146+
Returns a version 4 (random) UUID. (Obsolete, this function
1147+
internally calls the <link linkend="functions-uuid">core
1148+
function</link> of the same name.)
11481149
</para>
11491150
</sect2>
11501151

0 commit comments

Comments
 (0)