@@ -17211,21 +17211,22 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
17211
17211
<indexterm>
17212
17212
<primary>pg_create_physical_replication_slot</primary>
17213
17213
</indexterm>
17214
- <literal><function>pg_create_physical_replication_slot(<parameter>slot_name</parameter> <type>name</type><optional>, <parameter>immediately_reserve</> <type>boolean</> </optional>)</function></literal>
17214
+ <literal><function>pg_create_physical_replication_slot(<parameter>slot_name</parameter> <type>name</type> <optional>, <parameter>immediately_reserve</> <type>boolean</> </optional>)</function></literal>
17215
17215
</entry>
17216
17216
<entry>
17217
17217
(<parameter>slot_name</parameter> <type>name</type>, <parameter>xlog_position</parameter> <type>pg_lsn</type>)
17218
17218
</entry>
17219
17219
<entry>
17220
17220
Creates a new physical replication slot named
17221
- <parameter>slot_name</parameter>. Streaming changes from a physical slot
17222
- is only possible with the streaming-replication protocol - see <xref
17223
- linkend="protocol-replication">. Corresponds to the replication protocol
17224
- command <literal>CREATE_REPLICATION_SLOT ... PHYSICAL</literal>. The optional
17225
- second parameter, when <literal>true</>, specifies that the <acronym>LSN</>
17226
- for this replication slot be reserved immediately; the <acronym<LSN</>
17227
- is otherwise reserved on first connection from a streaming replication
17228
- client.
17221
+ <parameter>slot_name</parameter>. The optional second parameter,
17222
+ when <literal>true</>, specifies that the <acronym>LSN</> for this
17223
+ replication slot be reserved immediately; otherwise
17224
+ the <acronym>LSN</> is reserved on first connection from a streaming
17225
+ replication client. Streaming changes from a physical slot is only
17226
+ possible with the streaming-replication protocol —
17227
+ see <xref linkend="protocol-replication">. This function corresponds
17228
+ to the replication protocol command <literal>CREATE_REPLICATION_SLOT
17229
+ ... PHYSICAL</literal>.
17229
17230
</entry>
17230
17231
</row>
17231
17232
<row>
0 commit comments