Skip to content

Commit 5e86bb5

Browse files
committed
doc: Update compatibility claim
Update outdated claim that TRUNCATE is a PostgreSQL extension. Add cross-links between DELETE and TRUNCATE references pages.
1 parent cb5fa41 commit 5e86bb5

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

doc/src/sgml/ref/delete.sgml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ DELETE FROM [ ONLY ] <replaceable class="PARAMETER">table_name</replaceable> [ *
4141

4242
<tip>
4343
<para>
44-
<xref linkend="sql-truncate"> is a
45-
<productname>PostgreSQL</productname> extension that provides a
44+
<xref linkend="sql-truncate"> provides a
4645
faster mechanism to remove all rows from a table.
4746
</para>
4847
</tip>
@@ -279,4 +278,12 @@ DELETE FROM tasks WHERE CURRENT OF c_tasks;
279278
to use <literal>WITH</> with <command>DELETE</>.
280279
</para>
281280
</refsect1>
281+
282+
<refsect1>
283+
<title>See Also</title>
284+
285+
<simplelist type="inline">
286+
<member><xref linkend="sql-truncate"></member>
287+
</simplelist>
288+
</refsect1>
282289
</refentry>

doc/src/sgml/ref/truncate.sgml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,4 +220,12 @@ TRUNCATE othertable CASCADE;
220220
considered and compared with other implementations if necessary.
221221
</para>
222222
</refsect1>
223+
224+
<refsect1>
225+
<title>See Also</title>
226+
227+
<simplelist type="inline">
228+
<member><xref linkend="sql-delete"></member>
229+
</simplelist>
230+
</refsect1>
223231
</refentry>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy