Skip to content

Commit f35eb33

Browse files
committed
Merge pull request #85 from zuyue/master
修改一处错误
2 parents dc8485a + 4ec4518 commit f35eb33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql/doc/src/sgml/ref/drop_table.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ DROP TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable> [, ..
4747
</para>
4848
-->
4949
<para>
50-
<command>DROP TABLE</command>从数据库中删除表或视图。只有表的者
50+
<command>DROP TABLE</command>从数据库中删除表或视图。只有表的所有者
5151
模式所有者和超级用户才能删除一个表。要清空而不是删除表,请使用
5252
<xref linkend="sql-delete">或<xref linkend="sql-truncate">。
5353
</para>

0 commit comments

Comments
 (0)