mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Properly capitalize hyphenated words in documentation titles.
This commit is contained in:
@ -596,7 +596,7 @@ $$ LANGUAGE plpythonu;
|
||||
</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