pgsql: doc: clarify that pgcrypto's gen_random_uuid calls core func. - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: doc: clarify that pgcrypto's gen_random_uuid calls core func.
Date
Msg-id E1oTZZm-000rPw-Oi@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fbd597e0b80d5590594be187a7c51e29ac7c5ca2

Modified Files
--------------
doc/src/sgml/pgcrypto.sgml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: split out the NATURAL/CROSS JOIN in SELECT syntax
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: use FILTER in aggregate example