From: Tom Lane Date: Thu, 20 May 2010 20:32:27 +0000 (+0000) Subject: Fix index entry for lo_compat_privileges, per bug #5467 from KOIZUMI Satoru. X-Git-Tag: REL9_0_BETA2~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de98ef62c7fe7a2bf02fafab6a95ae2e138ed075;p=thirdparty%2Fpostgresql.git Fix index entry for lo_compat_privileges, per bug #5467 from KOIZUMI Satoru. --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 9b509b11e47..6fe27541cf2 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -5107,9 +5107,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' lo_compat_privileges (boolean) - - lo_compat_privileges configuration parameter - + lo_compat_privileges configuration parameter @@ -5120,7 +5118,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' releases. The default is off. - Setting this variable does not disable all security checks for + Setting this variable does not disable all security checks related to large objects — only those for which the default behavior has changed in PostgreSQL 9.0. For example, lo_import() and