[PATCH v6 13/15] Hyperlink from CREATE FUNCTION reference page to parallel safety page
Karl O. Pinc <kop@karlpinc.com>
From: "Karl O. Pinc" <kop@karlpinc.com>
To:
Date: 2023-10-01T22:52:22Z
Lists: pgsql-hackers
Is is nice to have a link in the reference material to a full discussion.
---
doc/src/sgml/ref/create_function.sgml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml
index 863d99d1fc..eb16e8adc0 100644
--- a/doc/src/sgml/ref/create_function.sgml
+++ b/doc/src/sgml/ref/create_function.sgml
@@ -429,7 +429,8 @@ CREATE [ OR REPLACE ] FUNCTION
<listitem>
<para><literal>PARALLEL UNSAFE</literal> indicates that the function
- can't be executed in parallel mode and the presence of such a
+ can't be executed in <link linkend="parallel-labeling">parallel
+ mode</link> and the presence of such a
function in an SQL statement forces a serial execution plan. This is
the default. <literal>PARALLEL RESTRICTED</literal> indicates that
the function can be executed in parallel mode, but the execution is
--
2.30.2
--MP_/74urtnrsBSymuH7bJczNOGS
Content-Type: text/x-patch
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename=v6-0014-Add-index-entries-for-parallel-safety.patch