diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/file-fdw.sgml | 2 |
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. |