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