diff options
-rw-r--r-- | doc/src/sgml/pgcrypto.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/pgcrypto.sgml b/doc/src/sgml/pgcrypto.sgml index 79759654a78..43fb8dbe666 100644 --- a/doc/src/sgml/pgcrypto.sgml +++ b/doc/src/sgml/pgcrypto.sgml @@ -1143,8 +1143,9 @@ gen_random_bytes(count integer) returns bytea gen_random_uuid() returns uuid </synopsis> <para> - Returns a version 4 (random) UUID. (Obsolete, this function is now also - included in core <productname>PostgreSQL</productname>.) + Returns a version 4 (random) UUID. (Obsolete, this function + internally calls the <link linkend="functions-uuid">core + function</link> of the same name.) </para> </sect2> |