@@ -27367,6 +27367,79 @@ SELECT pg_size_pretty(sum(pg_relation_size(relid))) AS total_size
2736727367 </para></entry>
2736827368 </row>
2736927369
27370+ <row>
27371+ <entry role="func_table_entry"><para role="func_signature">
27372+ <indexterm>
27373+ <primary>pg_ls_logicalmapdir</primary>
27374+ </indexterm>
27375+ <function>pg_ls_logicalmapdir</function> ()
27376+ <returnvalue>setof record</returnvalue>
27377+ ( <parameter>name</parameter> <type>text</type>,
27378+ <parameter>size</parameter> <type>bigint</type>,
27379+ <parameter>modification</parameter> <type>timestamp with time zone</type> )
27380+ </para>
27381+ <para>
27382+ Returns the name, size, and last modification time (mtime) of each
27383+ ordinary file in the server's <filename>pg_logical/mappings</filename>
27384+ directory. Filenames beginning with a dot, directories, and other
27385+ special files are excluded.
27386+ </para>
27387+ <para>
27388+ This function is restricted to superusers and members of
27389+ the <literal>pg_monitor</literal> role by default, but other users can
27390+ be granted EXECUTE to run the function.
27391+ </para></entry>
27392+ </row>
27393+
27394+ <row>
27395+ <entry role="func_table_entry"><para role="func_signature">
27396+ <indexterm>
27397+ <primary>pg_ls_logicalsnapdir</primary>
27398+ </indexterm>
27399+ <function>pg_ls_logicalsnapdir</function> ()
27400+ <returnvalue>setof record</returnvalue>
27401+ ( <parameter>name</parameter> <type>text</type>,
27402+ <parameter>size</parameter> <type>bigint</type>,
27403+ <parameter>modification</parameter> <type>timestamp with time zone</type> )
27404+ </para>
27405+ <para>
27406+ Returns the name, size, and last modification time (mtime) of each
27407+ ordinary file in the server's <filename>pg_logical/snapshots</filename>
27408+ directory. Filenames beginning with a dot, directories, and other
27409+ special files are excluded.
27410+ </para>
27411+ <para>
27412+ This function is restricted to superusers and members of
27413+ the <literal>pg_monitor</literal> role by default, but other users can
27414+ be granted EXECUTE to run the function.
27415+ </para></entry>
27416+ </row>
27417+
27418+ <row>
27419+ <entry role="func_table_entry"><para role="func_signature">
27420+ <indexterm>
27421+ <primary>pg_ls_replslotdir</primary>
27422+ </indexterm>
27423+ <function>pg_ls_replslotdir</function> ( <parameter>slot_name</parameter> <type>text</type> )
27424+ <returnvalue>setof record</returnvalue>
27425+ ( <parameter>name</parameter> <type>text</type>,
27426+ <parameter>size</parameter> <type>bigint</type>,
27427+ <parameter>modification</parameter> <type>timestamp with time zone</type> )
27428+ </para>
27429+ <para>
27430+ Returns the name, size, and last modification time (mtime) of each
27431+ ordinary file in the server's <filename>pg_replslot/slot_name</filename>
27432+ directory, where <parameter>slot_name</parameter> is the name of the
27433+ replication slot provided as input of the function. Filenames beginning
27434+ with a dot, directories, and other special files are excluded.
27435+ </para>
27436+ <para>
27437+ This function is restricted to superusers and members of
27438+ the <literal>pg_monitor</literal> role by default, but other users can
27439+ be granted EXECUTE to run the function.
27440+ </para></entry>
27441+ </row>
27442+
2737027443 <row>
2737127444 <entry role="func_table_entry"><para role="func_signature">
2737227445 <indexterm>
@@ -27498,78 +27571,6 @@ SELECT convert_from(pg_read_binary_file('file_in_utf8.txt'), 'UTF8');
2749827571 </para></entry>
2749927572 </row>
2750027573
27501- <row>
27502- <entry role="func_table_entry"><para role="func_signature">
27503- <indexterm>
27504- <primary>pg_ls_logicalsnapdir</primary>
27505- </indexterm>
27506- <function>pg_ls_logicalsnapdir</function> ()
27507- <returnvalue>setof record</returnvalue>
27508- ( <parameter>name</parameter> <type>text</type>,
27509- <parameter>size</parameter> <type>bigint</type>,
27510- <parameter>modification</parameter> <type>timestamp with time zone</type> )
27511- </para>
27512- <para>
27513- Returns the name, size, and last modification time (mtime) of each
27514- ordinary file in the server's <filename>pg_logical/snapshots</filename>
27515- directory. Filenames beginning with a dot, directories, and other
27516- special files are excluded.
27517- </para>
27518- <para>
27519- This function is restricted to superusers and members of
27520- the <literal>pg_monitor</literal> role by default, but other users can
27521- be granted EXECUTE to run the function.
27522- </para></entry>
27523- </row>
27524-
27525- <row>
27526- <entry role="func_table_entry"><para role="func_signature">
27527- <indexterm>
27528- <primary>pg_ls_logicalmapdir</primary>
27529- </indexterm>
27530- <function>pg_ls_logicalmapdir</function> ()
27531- <returnvalue>setof record</returnvalue>
27532- ( <parameter>name</parameter> <type>text</type>,
27533- <parameter>size</parameter> <type>bigint</type>,
27534- <parameter>modification</parameter> <type>timestamp with time zone</type> )
27535- </para>
27536- <para>
27537- Returns the name, size, and last modification time (mtime) of each
27538- ordinary file in the server's <filename>pg_logical/mappings</filename>
27539- directory. Filenames beginning with a dot, directories, and other
27540- special files are excluded.
27541- </para>
27542- <para>
27543- This function is restricted to superusers and members of
27544- the <literal>pg_monitor</literal> role by default, but other users can
27545- be granted EXECUTE to run the function.
27546- </para></entry>
27547- </row>
27548-
27549- <row>
27550- <entry role="func_table_entry"><para role="func_signature">
27551- <indexterm>
27552- <primary>pg_ls_replslotdir</primary>
27553- </indexterm>
27554- <function>pg_ls_replslotdir</function> ( <parameter>slot_name</parameter> <type>text</type> )
27555- <returnvalue>setof record</returnvalue>
27556- ( <parameter>name</parameter> <type>text</type>,
27557- <parameter>size</parameter> <type>bigint</type>,
27558- <parameter>modification</parameter> <type>timestamp with time zone</type> )
27559- </para>
27560- <para>
27561- Returns the name, size, and last modification time (mtime) of each
27562- ordinary file in the server's <filename>pg_replslot/slot_name</filename>
27563- directory, where <parameter>slot_name</parameter> is the name of the
27564- replication slot provided as input of the function. Filenames beginning
27565- with a dot, directories, and other special files are excluded.
27566- </para>
27567- <para>
27568- This function is restricted to superusers and members of
27569- the <literal>pg_monitor</literal> role by default, but other users can
27570- be granted EXECUTE to run the function.
27571- </para></entry>
27572- </row>
2757327574 </tbody>
2757427575 </tgroup>
2757527576 </table>