Skip to content

Commit

Permalink
Merge pull request #1456 from noborus/adminpack
Browse files Browse the repository at this point in the history
adminpackの11.1対応です。
  • Loading branch information
tatsuo-ishii authored Apr 30, 2019
2 parents e8627c1 + 2ea61d0 commit 1e51a44
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/src/sgml/adminpack.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
allowed to other users by using the <command>GRANT</command> command.
-->
<filename>adminpack</filename>は、<application>pgAdmin</application>やその他の管理・運用ツールがサーバログファイルの遠隔管理を行うなどの、追加的な機能を提供できるようにするための数多くのサポート関数を提供します。
この関数の使用はすべてスーパーユーザに限定されています
デフォルトでは、この関数の使用はすべてスーパーユーザに限定されていますが、<command>GRANT</command>コマンドを使用して他のユーザーに許可されている場合があります
</para>

<para>
Expand All @@ -33,7 +33,8 @@
-->
<xref linkend="functions-adminpack-table"/>に示す関数はサーバをホスティングしているマシン上のファイルに対して書き込みアクセスを提供します。
(<xref linkend="functions-admin-genfile-table"/>の関数も参照してください。そちらは読み取り専用アクセスを提供します。)
データベースクラスタディレクトリ内のファイルにのみアクセス可能ですが、相対パスと絶対パスのどちらも利用できます。
ユーザーがスーパーユーザーか、関数に応じたpg_read_server_files、またはpg_write_server_filesロールのいずれかのロールを与えられていない限り、データベースクラスタディレクトリ内のファイルにのみアクセス可能です。
ただし、相対パスと絶対パスのどちらも利用できます。
</para>

<table id="functions-adminpack-table">
Expand All @@ -49,6 +50,7 @@
<row><entry>名前</entry> <entry>戻り値の型</entry> <entry>説明</entry>
</row>
</thead>

<tbody>
<row>
<entry><function>pg_catalog.pg_file_write(filename text, data text, append boolean)</function></entry>
Expand Down

0 comments on commit 1e51a44

Please sign in to comment.