Skip to content

Commit de98ef6

Browse files
committed
Fix index entry for lo_compat_privileges, per bug #5467 from KOIZUMI Satoru.
1 parent ef01b23 commit de98ef6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

doc/src/sgml/config.sgml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.277 2010/05/18 19:05:17 mha Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.278 2010/05/20 20:32:27 tgl Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -5107,9 +5107,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
51075107
<varlistentry id="guc-lo-compat-privileges" xreflabel="lo_compat_privileges">
51085108
<term><varname>lo_compat_privileges</varname> (<type>boolean</type>)</term>
51095109
<indexterm>
5110-
<primary>
5111-
<varname>lo_compat_privileges</varname> configuration parameter
5112-
</primary>
5110+
<primary><varname>lo_compat_privileges</> configuration parameter</primary>
51135111
</indexterm>
51145112
<listitem>
51155113
<para>
@@ -5120,7 +5118,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
51205118
releases. The default is <literal>off</>.
51215119
</para>
51225120
<para>
5123-
Setting this variable does not disable all security checks for
5121+
Setting this variable does not disable all security checks related to
51245122
large objects &mdash; only those for which the default behavior has
51255123
changed in <productname>PostgreSQL</> 9.0.
51265124
For example, <literal>lo_import()</literal> and

0 commit comments

Comments
 (0)