File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 16
16
</para>
17
17
-->
18
18
<para>
19
- <filename>adminpack</>提供了一些<application>pgAdmin</>与其他管理的支持函数
20
- ,并且管理工具可以
21
- 用于提供额外的功能,比如远程管理服务器的日志文件。
19
+ <filename>adminpack</>提供了一些支持函数让<application>pgAdmin</>与其他管理和维护工具能够利用它来提供一些额外的功能,例如远程服务器的日志文件管理功能。
22
20
</para>
23
21
24
22
<sect2>
33
31
The functions implemented by <filename>adminpack</> can only be run by a
34
32
superuser. Here's a list of these functions:
35
33
-->
36
- 通过<filename>adminpack</>实现的该函数只能由超级用户运行 。这里列出了这些函数:
34
+ 通过<filename>adminpack</>实现的函数只能运行在超级用户权限下 。这里列出了这些函数:
37
35
<programlisting>
38
36
int8 pg_catalog.pg_file_write(fname text, data text, append bool)
39
37
bool pg_catalog.pg_file_rename(oldname text, newname text, archivename text)
@@ -43,7 +41,7 @@ setof record pg_catalog.pg_logdir_ls()
43
41
<!--
44
42
/* Renaming of existing backend functions for pgAdmin compatibility */
45
43
-->
46
- /* 为了pgAdmin兼容性重命名已经存在的后端函数 */
44
+ /* 为了pgAdmin的兼容性而重命名现有的后端函数 */
47
45
int8 pg_catalog.pg_file_read(fname text, data text, append bool)
48
46
bigint pg_catalog.pg_file_length(text)
49
47
int4 pg_catalog.pg_logfile_rotate()
You can’t perform that action at this time.
0 commit comments