{
    "content": [
        {
            "type": "text",
            "text": "# postgresqlrc(5) (man)\n\n**Summary:** ~/.postgresqlrc - Per-user PostgreSQL cluster configuration\n\n## See Also\n\n- pgwrapper(1)\n- userclusters(5)\n\n## Section Outline\n\n- **NAME** (3 lines)\n- **DESCRIPTION** (5 lines)\n- **FORMAT** (21 lines)\n- **SEE ALSO** (5 lines)\n\n## Full Content\n\n### NAME\n\n~/.postgresqlrc - Per-user PostgreSQL cluster configuration\n\n### DESCRIPTION\n\nThe  file  ~/.postgresqlrc  configures the default PostgreSQL version/cluster and the default\ndatabase for an user. If  it  is  not  present,  the  system-wide  file  /etc/postgresql-com‐‐\nmon/userclusters is used instead.\n\n### FORMAT\n\nComments  are  introduced  by the character #.  Comments may follow data on a line; the first\ncomment character terminates the data.  Leading whitespace and blank lines are ignored.\n\nThe first uncommented, non-blank line is used, all following lines are ignored.\n\nFields must be given in the following order, separated by white space:\n\n\nVERSION\nThe major PostgreSQL version of the cluster to connect to.\n\nCLUSTER\nThe name of a cluster to connect to. A remote cluster is specified with host:port.  If\nport is empty, it defaults to 5432.\n\nDATABASE\nWithin  the cluster, the database to which the user will connect by default if he does\nnot specify a database on the command line.  If this is *, the default  database  will\nbe the one named by the user's login id.\n\n### SEE ALSO\n\npgwrapper(1), userclusters(5)\n\n\n\nDebian                                      Feburary 2005                            POSTGRESQLRC(5)\n\n"
        }
    ],
    "structuredContent": {
        "command": "postgresqlrc",
        "section": "5",
        "mode": "man",
        "summary": "~/.postgresqlrc - Per-user PostgreSQL cluster configuration",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "pgwrapper",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/pgwrapper/1/json"
            },
            {
                "name": "userclusters",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/userclusters/5/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "FORMAT",
                "lines": 21,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ]
    }
}