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

Commita619e06

Browse files
author
Neil Conway
committed
Minor improvement to DROP TABLE reference page.
1 parent0220282 commita619e06

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎doc/src/sgml/ref/drop_table.sgml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/drop_table.sgml,v 1.23 2005/11/19 17:39:44 adunstan Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/drop_table.sgml,v 1.24 2006/04/02 03:56:40 neilc Exp $
33
PostgreSQL documentation
44
-->
55

@@ -29,8 +29,10 @@ DROP TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable> [, ..
2929

3030
<para>
3131
<command>DROP TABLE</command> removes tables from the database.
32-
Only its owner may destroy a table. To empty a table of rows,
33-
without destroying the table, use <command>DELETE</command>.
32+
Only its owner may destroy a table. To empty a table of rows
33+
without destroying the table, use <xref linkend="sql-delete"
34+
endterm="sql-delete-title"> or <xref linkend="sql-truncate"
35+
endterm="sql-truncate-title">.
3436
</para>
3537

3638
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp