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 8d489a3 commit 8dc12a9Copy full SHA for 8dc12a9
doc/src/sgml/pgcrypto.sgml
@@ -1143,8 +1143,9 @@ gen_random_bytes(count integer) returns bytea
1143
gen_random_uuid() returns uuid
1144
</synopsis>
1145
<para>
1146
- Returns a version 4 (random) UUID. (Obsolete, this function is now also
1147
- included in core <productname>PostgreSQL</productname>.)
+ Returns a version 4 (random) UUID. (Obsolete, this function
+ internally calls the <link linkend="functions-uuid">core
1148
+ function</link> of the same name.)
1149
</para>
1150
</sect2>
1151
0 commit comments