Function pgLsArchiveStatusdir

  • Returns Setof<
        {
            from: {
                modification: Timestamptz<0 | 1>;
                name: Text<0 | 1>;
                size: Int8<0 | 1>;
            };
        },
    >