{
    "content": [
        {
            "type": "text",
            "text": "# RESET(7) (man)\n\n**Summary:** RESET - restore the value of a run-time parameter to the default value\n\n**Synopsis:** RESET configurationparameter\nRESET ALL\n\n## Examples\n\n- `Set the timezone configuration variable to its default value:`\n- `RESET timezone;`\n\n## See Also\n\n- SET(7)\n- SHOW(7)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (3 lines)\n- **DESCRIPTION** (18 lines)\n- **PARAMETERS** (7 lines)\n- **EXAMPLES** (4 lines)\n- **COMPATIBILITY** (2 lines)\n- **SEE ALSO** (5 lines)\n\n## Full Content\n\n### NAME\n\nRESET - restore the value of a run-time parameter to the default value\n\n### SYNOPSIS\n\nRESET configurationparameter\nRESET ALL\n\n### DESCRIPTION\n\nRESET restores run-time parameters to their default values.  RESET is an alternative spelling\nfor\n\nSET configurationparameter TO DEFAULT\n\nRefer to SET(7) for details.\n\nThe default value is defined as the value that the parameter would have had, if no SET had\never been issued for it in the current session. The actual source of this value might be a\ncompiled-in default, the configuration file, command-line options, or per-database or\nper-user default settings. This is subtly different from defining it as “the value that the\nparameter had at session start”, because if the value came from the configuration file, it\nwill be reset to whatever is specified by the configuration file now. See Chapter 20 for\ndetails.\n\nThe transactional behavior of RESET is the same as SET: its effects will be undone by\ntransaction rollback.\n\n### PARAMETERS\n\nconfigurationparameter\nName of a settable run-time parameter. Available parameters are documented in Chapter 20\nand on the SET(7) reference page.\n\nALL\nResets all settable run-time parameters to default values.\n\n### EXAMPLES\n\nSet the timezone configuration variable to its default value:\n\nRESET timezone;\n\n### COMPATIBILITY\n\nRESET is a PostgreSQL extension.\n\n### SEE ALSO\n\nSET(7), SHOW(7)\n\n\n\nPostgreSQL 14.23                                2026                                        RESET(7)\n\n"
        }
    ],
    "structuredContent": {
        "command": "RESET",
        "section": "7",
        "mode": "man",
        "summary": "RESET - restore the value of a run-time parameter to the default value",
        "synopsis": "RESET configurationparameter\nRESET ALL",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [
            "Set the timezone configuration variable to its default value:",
            "RESET timezone;"
        ],
        "see_also": [
            {
                "name": "SET",
                "section": "7",
                "url": "https://www.chedong.com/phpMan.php/man/SET/7/json"
            },
            {
                "name": "SHOW",
                "section": "7",
                "url": "https://www.chedong.com/phpMan.php/man/SHOW/7/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 18,
                "subsections": []
            },
            {
                "name": "PARAMETERS",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "EXAMPLES",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "COMPATIBILITY",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "RESET - restore the value of a run-time parameter to the default value\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "RESET configurationparameter\nRESET ALL\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "RESET restores run-time parameters to their default values.  RESET is an alternative spelling\nfor\n\nSET configurationparameter TO DEFAULT\n\nRefer to SET(7) for details.\n\nThe default value is defined as the value that the parameter would have had, if no SET had\never been issued for it in the current session. The actual source of this value might be a\ncompiled-in default, the configuration file, command-line options, or per-database or\nper-user default settings. This is subtly different from defining it as “the value that the\nparameter had at session start”, because if the value came from the configuration file, it\nwill be reset to whatever is specified by the configuration file now. See Chapter 20 for\ndetails.\n\nThe transactional behavior of RESET is the same as SET: its effects will be undone by\ntransaction rollback.\n",
                "subsections": []
            },
            "PARAMETERS": {
                "content": "configurationparameter\nName of a settable run-time parameter. Available parameters are documented in Chapter 20\nand on the SET(7) reference page.\n\nALL\nResets all settable run-time parameters to default values.\n",
                "subsections": []
            },
            "EXAMPLES": {
                "content": "Set the timezone configuration variable to its default value:\n\nRESET timezone;\n",
                "subsections": []
            },
            "COMPATIBILITY": {
                "content": "RESET is a PostgreSQL extension.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "SET(7), SHOW(7)\n\n\n\nPostgreSQL 14.23                                2026                                        RESET(7)",
                "subsections": []
            }
        }
    }
}