File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.56 2006/04/25 00:25:15 momjian Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.57 2006/05/02 18:07:51 tgl Exp $ -->
2
2
3
3
<chapter Id="runtime-config">
4
4
<title>Server Configuration</title>
@@ -3726,7 +3726,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
3726
3726
3727
3727
<varlistentry id="guc-escape-string-warning" xreflabel="escape_string_warning">
3728
3728
<term><varname>escape_string_warning</varname> (<type>boolean</type>)</term>
3729
- <indexterm><primary>strings</><secondary>escape</></>
3729
+ <indexterm><primary>strings</><secondary>escape warning </></>
3730
3730
<indexterm>
3731
3731
<primary><varname>escape_string_warning</> configuration parameter</primary>
3732
3732
</indexterm>
@@ -3748,7 +3748,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
3748
3748
3749
3749
<varlistentry id="guc-standard-conforming-strings" xreflabel="standard_conforming_strings">
3750
3750
<term><varname>standard_conforming_strings</varname> (<type>boolean</type>)</term>
3751
- <indexterm><primary>strings</><secondary>escape </></>
3751
+ <indexterm><primary>strings</><secondary>standard conforming </></>
3752
3752
<indexterm>
3753
3753
<primary><varname>standard_conforming_strings</> configuration parameter</primary>
3754
3754
</indexterm>
Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.25 2006/04 /02 17:38:13 petere Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.26 2006/05 /02 18:07:51 tgl Exp $ -->
2
2
3
3
<chapter id="information-schema">
4
4
<title>The Information Schema</title>
@@ -2130,6 +2130,7 @@ ORDER BY c.ordinal_position;
2130
2130
generally, it is better to use the view
2131
2131
<literal>applicable_roles</literal> instead of this one; see also
2132
2132
there.
2133
+ </para>
2133
2134
2134
2135
<table>
2135
2136
<title><literal>enabled_roles</literal> Columns</title>
You can’t perform that action at this time.
0 commit comments