Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5e86bb5

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 parentcb5fa41 commit5e86bb5

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)

[8]ページ先頭

©2009-2025 Movatter.jp