Function pgShowAllSettings

  • Returns Setof<
        {
            from: {
                boot_val: Text<0 | 1>;
                category: Text<0 | 1>;
                context: Text<0 | 1>;
                enumvals: Array<0 | 1, Text<0 | 1>>;
                extra_desc: Text<0 | 1>;
                max_val: Text<0 | 1>;
                min_val: Text<0 | 1>;
                name: Text<0 | 1>;
                pending_restart: Bool<0 | 1>;
                reset_val: Text<0 | 1>;
                setting: Text<0 | 1>;
                short_desc: Text<0 | 1>;
                source: Text<0 | 1>;
                sourcefile: Text<0 | 1>;
                sourceline: Int4<0 | 1>;
                unit: Text<0 | 1>;
                vartype: Text<0 | 1>;
            };
        },
    >