Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1503333

Browse files
committed
Improve documentation about large-object functions.
Copy-editing for previous patch, plus fixing some longstanding markupissues and oversights (like not mentioning that failures will set thePQerrorMessage string).
1 parent33a7101 commit1503333

File tree

2 files changed

+120
-65
lines changed

2 files changed

+120
-65
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5804,17 +5804,18 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
58045804
<listitem>
58055805
<para>
58065806
In <productname>PostgreSQL</> releases prior to 9.0, large objects
5807-
did not have access privileges and were,in effect, readable and
5808-
writable by all users. Setting this variable to <literal>on</>
5807+
did not have access privileges and were,therefore, always readable
5808+
andwritable by all users. Setting this variable to <literal>on</>
58095809
disables the new privilege checks, for compatibility with prior
58105810
releases. The default is <literal>off</>.
5811+
Only superusers can change this setting.
58115812
</para>
58125813
<para>
58135814
Setting this variable does not disable all security checks related to
58145815
large objects &mdash; only those for which the default behavior has
58155816
changed in <productname>PostgreSQL</> 9.0.
58165817
For example, <literal>lo_import()</literal> and
5817-
<literal>lo_export()</literal> need superuser privilegesindependent
5818+
<literal>lo_export()</literal> need superuser privilegesregardless
58185819
of this setting.
58195820
</para>
58205821
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp