diff --git a/doc/src/sgml/pgcrypto.sgml b/doc/src/sgml/pgcrypto.sgml index 49c07bdb6f5..718069eb7f3 100644 --- a/doc/src/sgml/pgcrypto.sgml +++ b/doc/src/sgml/pgcrypto.sgml @@ -1138,8 +1138,9 @@ gen_random_bytes(count integer) returns bytea gen_random_uuid() returns uuid - Returns a version 4 (random) UUID. (Obsolete, this function is now also - included in core PostgreSQL.) + Returns a version 4 (random) UUID. (Obsolete, this function + internally calls the core + function of the same name.)