1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +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

@@ -1482,6 +1482,7 @@ disallow this.
<synopsis>
[ CONSTRAINT name ] NULL
</synopsis>
</para>
</REFSECT3>
<REFSECT3 ID="R3-SQL-NOTNULL-4">
@@ -1850,7 +1851,7 @@ but with perhaps a more obvious syntax.
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-omittag:nil
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t

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>