pgsql: doc: Review for "Allow TRUNCATE command to truncate foreign tabl - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: doc: Review for "Allow TRUNCATE command to truncate foreign tabl
Date
Msg-id E1lbKCS-0004X0-JE@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0c8f40863acb94963df9fd6a4369eb71efe9a93b

Modified Files
--------------
doc/src/sgml/fdwhandler.sgml   | 37 +++++++++++++++++--------------------
doc/src/sgml/postgres-fdw.sgml |  8 +++++++-
doc/src/sgml/ref/truncate.sgml |  2 +-
3 files changed, 25 insertions(+), 22 deletions(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Don't pass "ONLY" options specified in TRUNCATE to foreign data
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Improve logic in PostgresVersion.pm