Skip to content

Commit 5c8f0c2

Browse files
committed
校对create_user.sgml文件
校对create_user.sgml文件
1 parent dd9ded6 commit 5c8f0c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

postgresql/doc/src/sgml/ref/create_user.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PostgreSQL documentation
1818
<!--
1919
<refpurpose>define a new database role</refpurpose>
2020
-->
21-
<refpurpose>定义一个新数据库角色</refpurpose>
21+
<refpurpose>定义一个新的数据库角色</refpurpose>
2222
</refnamediv>
2323

2424
<indexterm zone="sql-createuser">
@@ -71,9 +71,9 @@ CREATE USER <replaceable class="PARAMETER">name</replaceable> [ [ WITH ] <replac
7171
</para>
7272
-->
7373
<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</>。
7777
</para>
7878
</refsect1>
7979

@@ -91,7 +91,7 @@ CREATE USER <replaceable class="PARAMETER">name</replaceable> [ [ WITH ] <replac
9191
</para>
9292
-->
9393
<para>
94-
<command>CREATE USER</command>语句是<productname>PostgreSQL</productname>扩展
94+
<command>CREATE USER</command>语句是<productname>PostgreSQL</productname>的一个扩展
9595
SQL 标准把用户的定义交给了实现来完成。
9696
</para>
9797
</refsect1>

0 commit comments

Comments
 (0)