1
0
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:
Bruce Momjian
2011-02-01 17:00:26 -05:00
parent 7106f74e2a
commit d56d246e70
23 changed files with 36 additions and 36 deletions

View File

@ -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