8000 doc: Fix some typos and grammar · postgres/postgres@06e4f9c · GitHub
[go: up one dir, main page]

Skip to content

Commit 06e4f9c

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 0a6e2c7 commit 06e4f9c

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
@@ -351,7 +351,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
351351
an <command>UPDATE</command> that changes the partition key value can
352352
cause a row to be moved from a local partition to a foreign-table
353353
partition, provided the foreign data wrapper supports tuple routing.
354-
However it is not currently possible to move a row from a
354+
However, it is not currently possible to move a row from a
355355
foreign-table partition to another partition.
356356
An <command>UPDATE</command> that would require doing that will fail
357357
due to the partitioning constraint, assuming that that is properly

0 commit comments

Comments
 (0)
0