doc: Clean up title case use
authorPeter Eisentraut <[email protected]>
Thu, 23 May 2024 06:34:05 +0000 (08:34 +0200)
committerPeter Eisentraut <[email protected]>
Thu, 23 May 2024 06:34:05 +0000 (08:34 +0200)
doc/src/sgml/file-fdw.sgml

index b7f64930f06f7c3abde62f83d882c82a5cd1f86b..f2f2af9a5962fda8f35da47f3f017339f322a541 100644 (file)
@@ -280,7 +280,7 @@ OPTIONS ( filename 'log/pglog.csv', format 'csv' );
  </example>
 
  <example>
-  <title>Create a Foreign Table with an option on a column</title>
+  <title>Create a Foreign Table with an Option on a Column</title>
   <para>
    To set the <literal>force_null</literal> option for a column, use the
    <literal>OPTIONS</literal> keyword.