From d3171dd64b33160412b5d133861744215aa78c15 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 2 May 2006 18:07:51 +0000 Subject: [PATCH] Fix broken markup. --- doc/src/sgml/config.sgml | 6 +++--- 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 384a71a74b..933ca3811d 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -3726,7 +3726,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' escape_string_warning (boolean) - stringsescape + stringsescape warning escape_string_warning configuration parameter @@ -3748,7 +3748,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' standard_conforming_strings (boolean) - stringsescape + stringsstandard conforming standard_conforming_strings configuration parameter diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index 6f3498f3be..1ce808463d 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -1,4 +1,4 @@ - + The Information Schema @@ -2130,6 +2130,7 @@ ORDER BY c.ordinal_position; generally, it is better to use the view applicable_roles instead of this one; see also there. + <literal>enabled_roles</literal> Columns -- 2.11.0