1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +03:00

Minor SGML improvements.

This commit is contained in:
Neil Conway
2004-03-23 13:21:41 +00:00
parent 9f894981da
commit 446b5476e5
4 changed files with 17 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/truncate.sgml,v 1.16 2003/11/29 19:51:39 pgsql Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/truncate.sgml,v 1.17 2004/03/23 13:21:41 neilc Exp $
PostgreSQL documentation
-->
@@ -60,8 +60,8 @@ TRUNCATE [ TABLE ] <replaceable class="PARAMETER">name</replaceable>
</para>
<para>
<command>TRUNCATE</> will not run any user-defined ON DELETE triggers
that might exist for the table.
<command>TRUNCATE</> will not run any user-defined <literal>ON
DELETE</literal> triggers that might exist for the table.
</para>
</refsect1>