mirror of
https://github.com/postgres/postgres.git
synced 2025-07-23 03:21:12 +03:00
doc: Clean up title case use
Note: Following existing practice, titles of formalpara and step are not titlecased.
This commit is contained in:
@ -665,7 +665,7 @@ CALL python_triple(5, 10);
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Set-returning Functions</title>
|
||||
<title>Set-Returning Functions</title>
|
||||
<para>
|
||||
A <application>PL/Python</application> function can also return sets of
|
||||
scalar or composite types. There are several ways to achieve this because
|
||||
|
Reference in New Issue
Block a user