15 lines
391 B
JSON
15 lines
391 B
JSON
{
|
|
"postgres": {
|
|
"config_file": "postgresql.conf",
|
|
"data_path": "/var/lib/postgresql/16/main",
|
|
"etc_path": "/etc/postgresql",
|
|
"lib_path": "/var/lib/postgresql",
|
|
"name": "postgres",
|
|
"postgres_version": "16",
|
|
"run_group": "postgres",
|
|
"run_path": "/usr/bin/psql",
|
|
"run_user": "postgres",
|
|
"run_user_home": "/var/lib/postgresql",
|
|
"vers_num": 16
|
|
}
|
|
}
|