1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-22 17:42:17 +03:00

Fix markup to include all closing tags.

Required by newest versions of DocBook and style sheets.
This commit is contained in:
Thomas G. Lockhart
1999-04-06 15:41:20 +00:00
parent 905a457a98
commit 7fcbc5ddf0
7 changed files with 68 additions and 14 deletions

View File

@@ -213,8 +213,8 @@ SELECT [ALL|DISTINCT [ON <replaceable class="PARAMETER">column</replaceable>] ]
selection.
<command>DISTINCT ON <replaceable class="PARAMETER">column</replaceable></command> will eliminate all duplicates in the specified column; this is
equivalent to using <command>GROUP BY <replaceable class="PARAMETER">column</replaceable></command>. <command>ALL</command> will return all candidate rows,
including duplicates.
including duplicates.</para>
<para>
The GROUP BY clause allows a user to divide a table
conceptually into groups. (See GROUP BY clause).</para>