mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-11 19:20:40 +08:00
doc: Update compatibility claim
Update outdated claim that TRUNCATE is a PostgreSQL extension. Add cross-links between DELETE and TRUNCATE references pages.
This commit is contained in:
parent
cb5fa4130e
commit
5e86bb51ea
@ -41,8 +41,7 @@ DELETE FROM [ ONLY ] <replaceable class="PARAMETER">table_name</replaceable> [ *
|
||||
|
||||
<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>
|
||||
@ -279,4 +278,12 @@ DELETE FROM tasks WHERE CURRENT OF c_tasks;
|
||||
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>
|
||||
|
@ -220,4 +220,12 @@ TRUNCATE othertable CASCADE;
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user