aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/truncate.sgml
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2021-04-27 18:39:30 +0900
committerFujii Masao <fujii@postgresql.org>2021-04-27 18:39:30 +0900
commit0c8f40863acb94963df9fd6a4369eb71efe9a93b (patch)
tree9056ccb782efd2fffdc9dd73e4538680b45cc3c9 /doc/src/sgml/ref/truncate.sgml
parent8e9ea08bae93a754d5075b7bc9c0b2bc71958bfd (diff)
downloadpostgresql-0c8f40863acb94963df9fd6a4369eb71efe9a93b.tar.gz
postgresql-0c8f40863acb94963df9fd6a4369eb71efe9a93b.zip
doc: Review for "Allow TRUNCATE command to truncate foreign tables".
Typos, corrections and language improvements in the docs. Author: Justin Pryzby, Fujii Masao Reviewed-by: Bharath Rupireddy, Justin Pryzby, Fujii Masao Discussion: https://postgr.es/m/20210411041658.GB14564@telsasoft.com
Diffstat (limited to 'doc/src/sgml/ref/truncate.sgml')
-rw-r--r--doc/src/sgml/ref/truncate.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/truncate.sgml b/doc/src/sgml/ref/truncate.sgml
index acf3633be46..9d846f88c9f 100644
--- a/doc/src/sgml/ref/truncate.sgml
+++ b/doc/src/sgml/ref/truncate.sgml
@@ -173,7 +173,7 @@ TRUNCATE [ TABLE ] [ ONLY ] <replaceable class="parameter">name</replaceable> [
<para>
<command>TRUNCATE</command> can be used for foreign tables if
- the foreign data wrapper supports, for instance,
+ supported by the foreign data wrapper, for instance,
see <xref linkend="postgres-fdw"/>.
</para>
</refsect1>