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