30 lines
832 B
JSON
30 lines
832 B
JSON
{
|
|
"DefaultPostgres": {
|
|
"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
|
|
},
|
|
"defaults": {
|
|
"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
|
|
}
|
|
}
|
|
}
|