Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d3171dd

Browse files
committed
Fix broken markup.
1 parent 67030ee commit d3171dd

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

doc/src/sgml/config.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -3726,7 +3726,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
37263726

37273727
<varlistentry id="guc-escape-string-warning" xreflabel="escape_string_warning">
37283728
<term><varname>escape_string_warning</varname> (<type>boolean</type>)</term>
3729-
<indexterm><primary>strings</><secondary>escape</></>
3729+
<indexterm><primary>strings</><secondary>escape warning</></>
37303730
<indexterm>
37313731
<primary><varname>escape_string_warning</> configuration parameter</primary>
37323732
</indexterm>
@@ -3748,7 +3748,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
37483748

37493749
<varlistentry id="guc-standard-conforming-strings" xreflabel="standard_conforming_strings">
37503750
<term><varname>standard_conforming_strings</varname> (<type>boolean</type>)</term>
3751-
<indexterm><primary>strings</><secondary>escape</></>
3751+
<indexterm><primary>strings</><secondary>standard conforming</></>
37523752
<indexterm>
37533753
<primary><varname>standard_conforming_strings</> configuration parameter</primary>
37543754
</indexterm>

doc/src/sgml/information_schema.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22

33
<chapter id="information-schema">
44
<title>The Information Schema</title>
@@ -2130,6 +2130,7 @@ ORDER BY c.ordinal_position;
21302130
generally, it is better to use the view
21312131
<literal>applicable_roles</literal> instead of this one; see also
21322132
there.
2133+
</para>
21332134

21342135
<table>
21352136
<title><literal>enabled_roles</literal> Columns</title>

0 commit comments

Comments
 (0)