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-000rQ0-QS@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
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9d8f19201a6e6b53590080b892b41f6cca6eec26

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