Function pgShowAllFileSettings

  • Returns Setof<
        {
            from: {
                applied: Bool<0 | 1>;
                error: Text<0 | 1>;
                name: Text<0 | 1>;
                seqno: Int4<0 | 1>;
                setting: Text<0 | 1>;
                sourcefile: Text<0 | 1>;
                sourceline: Int4<0 | 1>;
            };
        },
    >