aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2023-10-25 09:41:11 +0900
committerMichael Paquier <michael@paquier.xyz>2023-10-25 09:41:11 +0900
commitd8c3ed4f2981821a62fbd83509db28cfa49e8994 (patch)
tree5f5986fe378770aed6f19964e0cd825216004153
parent1268e7378123a4fccc73f709fb0cb0021a2e8d5a (diff)
downloadpostgresql-d8c3ed4f2981821a62fbd83509db28cfa49e8994.tar.gz
postgresql-d8c3ed4f2981821a62fbd83509db28cfa49e8994.zip
doc: Fix some typos and grammar
Author: Ekaterina Kiryanova, Elena Indrupskaya, Oleg Sibiryakov, Maxim Yablokov Discussion: https://postgr.es/m/7aad518b-3e6d-47f3-9184-b1d69cb412e7@postgrespro.ru Backpatch-through: 11
-rw-r--r--doc/src/sgml/ref/create_foreign_table.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_foreign_table.sgml b/doc/src/sgml/ref/create_foreign_table.sgml
index ae1f94b9de7..dc4b9075990 100644
--- a/doc/src/sgml/ref/create_foreign_table.sgml
+++ b/doc/src/sgml/ref/create_foreign_table.sgml
@@ -376,7 +376,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
an <command>UPDATE</command> that changes the partition key value can
cause a row to be moved from a local partition to a foreign-table
partition, provided the foreign data wrapper supports tuple routing.
- However it is not currently possible to move a row from a
+ However, it is not currently possible to move a row from a
foreign-table partition to another partition.
An <command>UPDATE</command> that would require doing that will fail
due to the partitioning constraint, assuming that that is properly