{
    "mode": "man",
    "parameter": "ALTER_TEXT_SEARCH_PARSER",
    "section": "7",
    "url": "https://www.chedong.com/phpMan.php/man/ALTER_TEXT_SEARCH_PARSER/7/json",
    "generated": "2026-06-15T21:07:06Z",
    "synopsis": "ALTER TEXT SEARCH PARSER name RENAME TO newname\nALTER TEXT SEARCH PARSER name SET SCHEMA newschema",
    "sections": {
        "NAME": {
            "content": "ALTERTEXTSEARCHPARSER - change the definition of a text search parser\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "ALTER TEXT SEARCH PARSER name RENAME TO newname\nALTER TEXT SEARCH PARSER name SET SCHEMA newschema\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "ALTER TEXT SEARCH PARSER changes the definition of a text search parser. Currently, the only\nsupported functionality is to change the parser's name.\n\nYou must be a superuser to use ALTER TEXT SEARCH PARSER.\n",
            "subsections": []
        },
        "PARAMETERS": {
            "content": "name\nThe name (optionally schema-qualified) of an existing text search parser.\n\nnewname\nThe new name of the text search parser.\n\nnewschema\nThe new schema for the text search parser.\n",
            "subsections": []
        },
        "COMPATIBILITY": {
            "content": "There is no ALTER TEXT SEARCH PARSER statement in the SQL standard.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "CREATE TEXT SEARCH PARSER (CREATETEXTSEARCHPARSER(7)), DROP TEXT SEARCH PARSER\n(DROPTEXTSEARCHPARSER(7))\n\n\n\nPostgreSQL 14.23                                2026                     ALTER TEXT SEARCH PARSER(7)",
            "subsections": []
        }
    },
    "summary": "ALTERTEXTSEARCHPARSER - change the definition of a text search parser",
    "flags": [],
    "examples": [],
    "see_also": [
        {
            "name": "CREATETEXTSEARCHPARSER",
            "section": "7",
            "url": "https://www.chedong.com/phpMan.php/man/CREATETEXTSEARCHPARSER/7/json"
        },
        {
            "name": "DROPTEXTSEARCHPARSER",
            "section": "7",
            "url": "https://www.chedong.com/phpMan.php/man/DROPTEXTSEARCHPARSER/7/json"
        },
        {
            "name": "PARSER",
            "section": "7",
            "url": "https://www.chedong.com/phpMan.php/man/PARSER/7/json"
        }
    ]
}