diff options
Diffstat (limited to 'doc/src/sgml/postgres-fdw.sgml')
-rw-r--r-- | doc/src/sgml/postgres-fdw.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/postgres-fdw.sgml b/doc/src/sgml/postgres-fdw.sgml index fb87372bde1..65171841c94 100644 --- a/doc/src/sgml/postgres-fdw.sgml +++ b/doc/src/sgml/postgres-fdw.sgml @@ -386,7 +386,7 @@ OPTIONS (ADD password_required 'false'); <filename>postgres_fdw</filename> supports asynchronous execution, which runs multiple parts of an <structname>Append</structname> node concurrently rather than serially to improve performance. - This execution can be controled using the following option: + This execution can be controlled using the following option: </para> <variablelist> |