File tree 1 file changed +3
-5
lines changed 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 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 $ -->
2
2
3
3
<chapter Id="runtime-config">
4
4
<title>Server Configuration</title>
@@ -5107,9 +5107,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
5107
5107
<varlistentry id="guc-lo-compat-privileges" xreflabel="lo_compat_privileges">
5108
5108
<term><varname>lo_compat_privileges</varname> (<type>boolean</type>)</term>
5109
5109
<indexterm>
5110
- <primary>
5111
- <varname>lo_compat_privileges</varname> configuration parameter
5112
- </primary>
5110
+ <primary><varname>lo_compat_privileges</> configuration parameter</primary>
5113
5111
</indexterm>
5114
5112
<listitem>
5115
5113
<para>
@@ -5120,7 +5118,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
5120
5118
releases. The default is <literal>off</>.
5121
5119
</para>
5122
5120
<para>
5123
- Setting this variable does not disable all security checks for
5121
+ Setting this variable does not disable all security checks related to
5124
5122
large objects — only those for which the default behavior has
5125
5123
changed in <productname>PostgreSQL</> 9.0.
5126
5124
For example, <literal>lo_import()</literal> and
You can’t perform that action at this time.
0 commit comments