aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2024-05-23 08:34:05 +0200
committerPeter Eisentraut <peter@eisentraut.org>2024-05-23 08:34:05 +0200
commit6ef762938eead1a42024b219311f6ede5dc2104a (patch)
treeb3088406ffc24ce031c351cbd4f5702a8dbd7f0c /doc/src
parentf7ab71ba0c7bcf237403d40269aeea0a0f2551df (diff)
downloadpostgresql-6ef762938eead1a42024b219311f6ede5dc2104a.tar.gz
postgresql-6ef762938eead1a42024b219311f6ede5dc2104a.zip
doc: Clean up title case use
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/file-fdw.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/file-fdw.sgml b/doc/src/sgml/file-fdw.sgml
index b7f64930f06..f2f2af9a596 100644
--- a/doc/src/sgml/file-fdw.sgml
+++ b/doc/src/sgml/file-fdw.sgml
@@ -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.