|
54.
|
|
|
Shall the new role be a superuser?
|
|
|
|
新的角色是否是超级用户?
|
|
Translated by
Weibin
|
|
|
|
Located in
createuser.c:189
|
|
55.
|
|
|
Shall the new role be allowed to create databases?
|
|
|
|
新的角色允许创建数据库吗?
|
|
Translated by
Weibin
|
|
|
|
Located in
createuser.c:204
|
|
56.
|
|
|
Shall the new role be allowed to create more new roles?
|
|
|
|
新角色允许创建其它新的角色吗?
|
|
Translated by
Weibin
|
|
|
|
Located in
createuser.c:212
|
|
57.
|
|
|
Password encryption failed.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
密码加密失败.
|
|
Translated by
Weibin
|
|
|
|
Located in
createuser.c:245
|
|
58.
|
|
|
%s : creation of new role failed: %s
|
|
|
|
%s : 创建新用户失败: %s
|
|
Translated by
Weibin
|
|
|
|
Located in
createuser.c:284
|
|
59.
|
|
|
%s creates a new PostgreSQL role.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
%s 创建一个新的 PostgreSQL 用户.
|
|
Translated by
Weibin
|
|
|
|
Located in
createuser.c:299
|
|
60.
|
|
|
%s [OPTION]... [ROLENAME]
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
%s [选项]... [用户名]
|
|
Translated by
Weibin
|
|
|
|
Located in
createuser.c:301 dropuser.c:140
|
|
61.
|
|
|
-c, --connection-limit=N connection limit for role (default: no limit)
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
-c, --connection-limit=N 角色的连接限制(缺省: 没有限制)
|
|
Translated by
Weibin
|
|
|
|
Located in
createuser.c:303
|
|
62.
|
|
|
-d, --createdb role can create new databases
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
-d, --createdb 此角色可以创建新数据库
|
|
Translated by
Weibin
|
|
|
|
Located in
createuser.c:304
|
|
63.
|
|
|
-D, --no-createdb role cannot create databases
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
-D, --no-createdb 此角色不可以创建新数据库
|
|
Translated by
Weibin
|
|
|
|
Located in
createuser.c:305
|