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


Description

list of files in the pg_logical/snapshots directory

Parameters

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

Definition