Update outdated claim that TRUNCATE is a PostgreSQL extension.
Add cross-links between DELETE and TRUNCATE references pages.
<tip>
<para>
- <xref linkend="sql-truncate"> is a
- <productname>PostgreSQL</productname> extension that provides a
+ <xref linkend="sql-truncate"> provides a
faster mechanism to remove all rows from a table.
</para>
</tip>
to use <literal>WITH</> with <command>DELETE</>.
</para>
</refsect1>
+
+ <refsect1>
+ <title>See Also</title>
+
+ <simplelist type="inline">
+ <member><xref linkend="sql-truncate"></member>
+ </simplelist>
+ </refsect1>
</refentry>
considered and compared with other implementations if necessary.
</para>
</refsect1>
+
+ <refsect1>
+ <title>See Also</title>
+
+ <simplelist type="inline">
+ <member><xref linkend="sql-delete"></member>
+ </simplelist>
+ </refsect1>
</refentry>