mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
doc: Fix description of pg_stop_backup()
The function was still documented as returning a set of records,
something not true as of 62ce0c7
.
Reported-by: Tom Lane
Discussion: https://postgr.es/m/3159823.1646320180@sss.pgh.pa.us
This commit is contained in:
@@ -25726,7 +25726,7 @@ LOG: Grand total: 1651920 bytes in 201 blocks; 622360 free (88 chunks); 1029560
|
|||||||
<parameter>exclusive</parameter> <type>boolean</type>
|
<parameter>exclusive</parameter> <type>boolean</type>
|
||||||
<optional>, <parameter>wait_for_archive</parameter> <type>boolean</type>
|
<optional>, <parameter>wait_for_archive</parameter> <type>boolean</type>
|
||||||
</optional> )
|
</optional> )
|
||||||
<returnvalue>setof record</returnvalue>
|
<returnvalue>record</returnvalue>
|
||||||
( <parameter>lsn</parameter> <type>pg_lsn</type>,
|
( <parameter>lsn</parameter> <type>pg_lsn</type>,
|
||||||
<parameter>labelfile</parameter> <type>text</type>,
|
<parameter>labelfile</parameter> <type>text</type>,
|
||||||
<parameter>spcmapfile</parameter> <type>text</type> )
|
<parameter>spcmapfile</parameter> <type>text</type> )
|
||||||
|
Reference in New Issue
Block a user