Skip to content
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

[WIP]Fix json structure of pg_settings data #75

Closed
wants to merge 1 commit into from
Closed

Conversation

dmius
Copy link
Collaborator

@dmius dmius commented Nov 22, 2018

    "localhost": [
      {
        "allow_system_table_mods": {
          "name": "allow_system_table_mods",
          "setting": "off",
          "unit": null,
          "category": "Developer Options",
          "short_desc": "Allows modifications of the structure of system tables.",
          "extra_desc": null,
          "context": "postmaster",
          "vartype": "bool",
          "source": "default",
          "min_val": null,
          "max_val": null,
          "enumvals": null,
          "boot_val": "off",
          "reset_val": "off",
          "sourcefile": null,
          "sourceline": null,
          "pending_restart": false
        }
      },
      {
        "application_name": {
          "name": "application_name",
          "setting": "psql",...```

@dmius dmius changed the title Fix json structure of pg_settings data [WIP]Fix json structure of pg_settings data Nov 22, 2018
@dmius dmius closed this Nov 22, 2018
@NikolayS NikolayS deleted the dmius-a003-fix branch December 14, 2018 02:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant