File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
postgresql/doc/src/sgml/ref Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ PostgreSQL documentation
18
18
<!--
19
19
<refpurpose>define a new database role</refpurpose>
20
20
-->
21
- <refpurpose>定义一个新数据库角色 </refpurpose>
21
+ <refpurpose>定义一个新的数据库角色 </refpurpose>
22
22
</refnamediv>
23
23
24
24
<indexterm zone="sql-createuser">
@@ -71,9 +71,9 @@ CREATE USER <replaceable class="PARAMETER">name</replaceable> [ [ WITH ] <replac
71
71
</para>
72
72
-->
73
73
<para>
74
- <command>CREATE USER</command>现在是<xref linkend="sql-createrole">的别名 。
75
- 唯一的区别是<command>CREATE USER</command>命令缺省假设有 <literal>LOGIN</>,
76
- 而<command>CREATE ROLE</command>缺省是 <literal>NOLOGIN</>。
74
+ <command>CREATE USER</command>现在是<xref linkend="sql-createrole">的一个别名 。
75
+ 唯一的区别是<command>CREATE USER</command>命令缺省是 <literal>LOGIN</>,
76
+ 而<command>CREATE ROLE</command>命令缺省是 <literal>NOLOGIN</>。
77
77
</para>
78
78
</refsect1>
79
79
@@ -91,7 +91,7 @@ CREATE USER <replaceable class="PARAMETER">name</replaceable> [ [ WITH ] <replac
91
91
</para>
92
92
-->
93
93
<para>
94
- <command>CREATE USER</command>语句是<productname>PostgreSQL</productname>扩展 。
94
+ <command>CREATE USER</command>语句是<productname>PostgreSQL</productname>的一个扩展 。
95
95
SQL 标准把用户的定义交给了实现来完成。
96
96
</para>
97
97
</refsect1>
You can’t perform that action at this time.
0 commit comments