1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +03:00

doc: Fix some grammar and typos

This fixes some areas related to logical replication and custom RMGRs.

Author: Ekaterina Kiryanova
Discussion: https://postgr.es/m/fa4773f1-1396-384a-bcd7-85b5e013f399@postgrespro.ru
Backpatch-through: 15
This commit is contained in:
Michael Paquier
2022-10-01 15:28:02 +09:00
parent 24ef127b6d
commit 83e42a0035
4 changed files with 8 additions and 8 deletions

View File

@@ -688,18 +688,18 @@ test_sub=# SELECT * FROM t3;
<itemizedlist>
<listitem>
<para>
one of the publications has no row filter.
One of the publications has no row filter.
</para>
</listitem>
<listitem>
<para>
one of the publications was created using <literal>FOR ALL TABLES</literal>.
One of the publications was created using <literal>FOR ALL TABLES</literal>.
This clause does not allow row filters.
</para>
</listitem>
<listitem>
<para>
one of the publications was created using
One of the publications was created using
<literal>FOR TABLES IN SCHEMA</literal> and the table belongs to
the referred schema. This clause does not allow row filters.
</para>