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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user