13 lines
349 B
Plaintext
13 lines
349 B
Plaintext
![]() |
taskserv = Postgres {
|
||
|
postgres_version = "1.16"
|
||
|
vers_num = 16
|
||
|
run_path = "/usr/bin/psql"
|
||
|
lib_path = "/var/lib/postgresql"
|
||
|
data_path = "/var/lib/postgresq/16/main"
|
||
|
etc_path = "/etc/postgresql"
|
||
|
config_file = "postgresql.conf"
|
||
|
run_user = "postgres"
|
||
|
run_group = "postgres"
|
||
|
run_user_home = "/var/lib/postgresql"
|
||
|
}
|