From 78ee60ed84bb3a1cf0b6bd9a715dcbcf252a90f5 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 9 Jan 2023 15:08:24 -0500 Subject: Doc: add XML ID attributes to and tags. This doesn't have any external effect at the moment, but it will allow adding useful link-discoverability features later. Brar Piening, reviewed by Karl Pinc. Discussion: https://postgr.es/m/CAB8KJ=jpuQU9QJe4+RgWENrK5g9jhoysMw2nvTN_esoOU0=a_w@mail.gmail.com --- doc/src/sgml/plpython.sgml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/src/sgml/plpython.sgml') diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml index 54355effd71..e190c90f453 100644 --- a/doc/src/sgml/plpython.sgml +++ b/doc/src/sgml/plpython.sgml @@ -153,7 +153,7 @@ $$ LANGUAGE plpython3u; below. - + Data Type Mapping When a PL/Python function is called, its arguments are converted from @@ -269,7 +269,7 @@ $$ LANGUAGE plpython3u; - + Null, None If an SQL null valuenull value - + Composite Types Composite-type arguments are passed to the function as Python mappings. The @@ -516,7 +516,7 @@ CALL python_triple(5, 10); - + Set-Returning Functions A PL/Python function can also return sets of @@ -779,7 +779,7 @@ $$ LANGUAGE plpython3u; plpy.foo. - + Database Access Functions @@ -1115,7 +1115,7 @@ $$ LANGUAGE plpython3u; the form of explicit subtransactions. - + Subtransaction Context Managers -- cgit v1.2.3