We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d514d77 commit 9d8f192Copy full SHA for 9d8f192
doc/src/sgml/pgcrypto.sgml
@@ -1139,8 +1139,9 @@ gen_random_bytes(count integer) returns bytea
1139
gen_random_uuid() returns uuid
1140
</synopsis>
1141
<para>
1142
- Returns a version 4 (random) UUID. (Obsolete, this function is now also
1143
- included in core <productname>PostgreSQL</productname>.)
+ Returns a version 4 (random) UUID. (Obsolete, this function
+ internally calls the <link linkend="functions-uuid">core
1144
+ function</link> of the same name.)
1145
</para>
1146
</sect2>
1147
0 commit comments