aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2023-10-25 09:41:16 +0900
committerMichael Paquier <michael@paquier.xyz>2023-10-25 09:41:16 +0900
commit07ef465e23a954c1a8f0ae439afbb30521bddba3 (patch)
treef3c888d60cbc9a709766fa8a923d929a348e1186
parent9ad98627614bfd603654e1a57c386a84b8834dc5 (diff)
downloadpostgresql-07ef465e23a954c1a8f0ae439afbb30521bddba3.tar.gz
postgresql-07ef465e23a954c1a8f0ae439afbb30521bddba3.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 8683fc6c3a9..d8623329ca1 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