1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-21 02:52:47 +03:00

doc: Fix some typos and markups

Author: Ekaterina Kiryanova
Discussion: https://postgr.es/m/8a14e78f-6991-7a6e-4711-fe376635f2ad@postgrespro.ru
Backpatch-through: 14
This commit is contained in:
Michael Paquier
2021-09-29 11:56:13 +09:00
parent 5b0b699f74
commit c8dd2cb494
7 changed files with 18 additions and 16 deletions

View File

@@ -40,8 +40,8 @@ postgres=# SELECT * FROM pg_logical_slot_get_changes('test_slot', NULL, NULL, 'i
</para>
<para>
We can also get the changes of the in-progress transaction and the typical
output, might be:
We can also get the changes of the in-progress transaction, and the typical
output might be:
<programlisting>
postgres[33712]=#* SELECT * FROM pg_logical_slot_get_changes('test_slot', NULL, NULL, 'stream-changes', '1');