{
    "content": [
        {
            "type": "text",
            "text": "# LOAD(7) (man)\n\n**Summary:** LOAD - load a shared library file\n\n**Synopsis:** LOAD 'filename'\n\n## See Also\n\n- CREATEFUNCTION(7)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (15 lines)\n- **COMPATIBILITY** (2 lines)\n- **SEE ALSO** (5 lines)\n\n## Full Content\n\n### NAME\n\nLOAD - load a shared library file\n\n### SYNOPSIS\n\nLOAD 'filename'\n\n### DESCRIPTION\n\nThis command loads a shared library file into the PostgreSQL server's address space. If the\nfile has been loaded already, the command does nothing. Shared library files that contain C\nfunctions are automatically loaded whenever one of their functions is called. Therefore, an\nexplicit LOAD is usually only needed to load a library that modifies the server's behavior\nthrough “hooks” rather than providing a set of functions.\n\nThe library file name is typically given as just a bare file name, which is sought in the\nserver's library search path (set by dynamiclibrarypath). Alternatively it can be given as\na full path name. In either case the platform's standard shared library file name extension\nmay be omitted. See Section 38.10.1 for more information on this topic.\n\nNon-superusers can only apply LOAD to library files located in $libdir/plugins/ — the\nspecified filename must begin with exactly that string. (It is the database administrator's\nresponsibility to ensure that only “safe” libraries are installed there.)\n\n### COMPATIBILITY\n\nLOAD is a PostgreSQL extension.\n\n### SEE ALSO\n\nCREATE FUNCTION (CREATEFUNCTION(7))\n\n\n\nPostgreSQL 14.23                                2026                                         LOAD(7)\n\n"
        }
    ],
    "structuredContent": {
        "command": "LOAD",
        "section": "7",
        "mode": "man",
        "summary": "LOAD - load a shared library file",
        "synopsis": "LOAD 'filename'",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "CREATEFUNCTION",
                "section": "7",
                "url": "https://www.chedong.com/phpMan.php/man/CREATEFUNCTION/7/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 15,
                "subsections": []
            },
            {
                "name": "COMPATIBILITY",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ]
    }
}