mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +03:00
Properly capitalize documentation headings; some only had initial-word
capitalization.
This commit is contained in:
@@ -980,7 +980,7 @@ SELECT product_id, p.name, (sum(s.units) * (p.price - p.cost)) AS profit
|
||||
</sect2>
|
||||
|
||||
<sect2 id="queries-window">
|
||||
<title>Window Function Processing</>
|
||||
<title>Window Function Processing</title>
|
||||
|
||||
<indexterm zone="queries-window">
|
||||
<primary>window function</primary>
|
||||
|
Reference in New Issue
Block a user