mirror of https://github.com/postgres/postgres.git
Fix typo in sgml source.
parent
3e21ecbbe6
commit
59844a65dd
|
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/delete.sgml,v 1.8 1999/10/01 15:24:46 thomas Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/delete.sgml,v 1.9 1999/10/04 04:37:46 momjian Exp $
|
||||||
Postgres documentation
|
Postgres documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
@ -111,7 +111,7 @@ DELETE <replaceable class="parameter">count</replaceable>
|
||||||
|
|
||||||
<tip>
|
<tip>
|
||||||
<para>
|
<para>
|
||||||
<xref linkend="sql-truncate" endterm="squ-truncate-title"> is a
|
<xref linkend="sql-truncate" endterm="sql-truncate-title"> is a
|
||||||
<productname>Postgres</productname> extension which provides a
|
<productname>Postgres</productname> extension which provides a
|
||||||
faster mechanism to remove all rows from a table.
|
faster mechanism to remove all rows from a table.
|
||||||
</para>
|
</para>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue