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


Description

list of files in the pg_logical/mappings directory

Parameters

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

Definition