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


Description

list of files in the pg_wal/summaries directory

Parameters

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

Definition