diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-05-02 18:07:51 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-05-02 18:07:51 +0000 |
commit | d3171dd64b33160412b5d133861744215aa78c15 (patch) | |
tree | ffe96214ce3784254c87f990024394fca2ea8ffa | |
parent | 67030eec1ef4128da096d1eb5bdba8bb07126efc (diff) | |
download | postgresql-d3171dd64b33160412b5d133861744215aa78c15.tar.gz postgresql-d3171dd64b33160412b5d133861744215aa78c15.zip |
Fix broken markup.
-rw-r--r-- | doc/src/sgml/config.sgml | 6 | ||||
-rw-r--r-- | doc/src/sgml/information_schema.sgml | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 384a71a74b2..933ca3811dc 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.56 2006/04/25 00:25:15 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.57 2006/05/02 18:07:51 tgl Exp $ --> <chapter Id="runtime-config"> <title>Server Configuration</title> @@ -3726,7 +3726,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' <varlistentry id="guc-escape-string-warning" xreflabel="escape_string_warning"> <term><varname>escape_string_warning</varname> (<type>boolean</type>)</term> - <indexterm><primary>strings</><secondary>escape</></> + <indexterm><primary>strings</><secondary>escape warning</></> <indexterm> <primary><varname>escape_string_warning</> configuration parameter</primary> </indexterm> @@ -3748,7 +3748,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' <varlistentry id="guc-standard-conforming-strings" xreflabel="standard_conforming_strings"> <term><varname>standard_conforming_strings</varname> (<type>boolean</type>)</term> - <indexterm><primary>strings</><secondary>escape</></> + <indexterm><primary>strings</><secondary>standard conforming</></> <indexterm> <primary><varname>standard_conforming_strings</> configuration parameter</primary> </indexterm> diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index 6f3498f3bec..1ce808463df 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.25 2006/04/02 17:38:13 petere Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.26 2006/05/02 18:07:51 tgl Exp $ --> <chapter id="information-schema"> <title>The Information Schema</title> @@ -2130,6 +2130,7 @@ ORDER BY c.ordinal_position; generally, it is better to use the view <literal>applicable_roles</literal> instead of this one; see also there. + </para> <table> <title><literal>enabled_roles</literal> Columns</title> |