{
    "content": [
        {
            "type": "text",
            "text": "# ALTER_LARGE_OBJECT (man)\n\n## NAME\n\nALTERLARGEOBJECT - change the definition of a large object\n\n## SYNOPSIS\n\nALTER LARGE OBJECT largeobjectoid OWNER TO { newowner | CURRENTROLE | CURRENTUSER | SESSIONUSER }\n\n## DESCRIPTION\n\nALTER LARGE OBJECT changes the definition of a large object.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **PARAMETERS**\n- **COMPATIBILITY**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "ALTER_LARGE_OBJECT",
        "section": "",
        "mode": "man",
        "summary": "ALTERLARGEOBJECT - change the definition of a large object",
        "synopsis": "ALTER LARGE OBJECT largeobjectoid OWNER TO { newowner | CURRENTROLE | CURRENTUSER | SESSIONUSER }",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "OBJECT",
                "section": "7",
                "url": "https://www.chedong.com/phpMan.php/man/OBJECT/7/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "PARAMETERS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "COMPATIBILITY",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "ALTERLARGEOBJECT - change the definition of a large object\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "ALTER LARGE OBJECT largeobjectoid OWNER TO { newowner | CURRENTROLE | CURRENTUSER | SESSIONUSER }\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "ALTER LARGE OBJECT changes the definition of a large object.\n\nYou must own the large object to use ALTER LARGE OBJECT. To alter the owner, you must also be\na direct or indirect member of the new owning role. (However, a superuser can alter any large\nobject anyway.) Currently, the only functionality is to assign a new owner, so both\nrestrictions always apply.\n",
                "subsections": []
            },
            "PARAMETERS": {
                "content": "largeobjectoid\nOID of the large object to be altered\n\nnewowner\nThe new owner of the large object\n",
                "subsections": []
            },
            "COMPATIBILITY": {
                "content": "There is no ALTER LARGE OBJECT statement in the SQL standard.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Chapter 35\n\nPostgreSQL 14.23                               2026                         ALTER LARGE OBJECT(7)",
                "subsections": []
            }
        }
    }
}