Here is a small patch to do s/for/For/ to two section titles in
fdwhandlers.sgml, for consistency.

Best regards,
Etsuro Fujita
diff --git a/doc/src/sgml/fdwhandler.sgml b/doc/src/sgml/fdwhandler.sgml
index dc2d890..9c8406c 100644
--- a/doc/src/sgml/fdwhandler.sgml
+++ b/doc/src/sgml/fdwhandler.sgml
@@ -798,7 +798,7 @@ RecheckForeignScan (ForeignScanState *node, TupleTableSlot *slot);
    </sect2>
 
    <sect2 id="fdw-callbacks-explain">
-    <title>FDW Routines for <command>EXPLAIN</></title>
+    <title>FDW Routines For <command>EXPLAIN</></title>
 
     <para>
 <programlisting>
@@ -851,7 +851,7 @@ ExplainForeignModify (ModifyTableState *mtstate,
    </sect2>
 
    <sect2 id="fdw-callbacks-analyze">
-    <title>FDW Routines for <command>ANALYZE</></title>
+    <title>FDW Routines For <command>ANALYZE</></title>
 
     <para>
 <programlisting>
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to