pg_ls_replslotdir(slot_name text, OUT name text, OUT size bigint, OUT modification timestamp with time zone)


Description

list of files in the pg_replslot/slot_name directory

Parameters

Name Type Mode
slot_name text IN
name text OUT
size bigint OUT
modification timestamp with time zone OUT

Definition