Skip to content

Commit 07ef465

Browse files
committed
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
1 parent 9ad9862 commit 07ef465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/create_foreign_table.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
376376
an <command>UPDATE</command> that changes the partition key value can
377377
cause a row to be moved from a local partition to a foreign-table
378378
partition, provided the foreign data wrapper supports tuple routing.
379-
However it is not currently possible to move a row from a
379+
However, it is not currently possible to move a row from a
380380
foreign-table partition to another partition.
381381
An <command>UPDATE</command> that would require doing that will fail
382382
due to the partitioning constraint, assuming that that is properly

0 commit comments

Comments
 (0)