Spelling and redundancy fix in README
This commit is contained in:
parent
3476828518
commit
57f3f09a1d
1 changed files with 1 additions and 4 deletions
|
@ -283,9 +283,6 @@ This setting can be used to override the default postgresql PL/perl package name
|
||||||
####`python_package_name`
|
####`python_package_name`
|
||||||
This setting can be used to override the default postgresql Python package name. If not specified, the module will use whatever package name is the default for your OS distro.
|
This setting can be used to override the default postgresql Python package name. If not specified, the module will use whatever package name is the default for your OS distro.
|
||||||
|
|
||||||
####`service_name`
|
|
||||||
This setting can be used to override the default postgresql service name. If not specified, the module will use whatever service name is the default for your OS distro.
|
|
||||||
|
|
||||||
####`service_name`
|
####`service_name`
|
||||||
This setting can be used to override the default postgresql service provider. If not specified, the module will use whatever service name is the default for your OS distro.
|
This setting can be used to override the default postgresql service provider. If not specified, the module will use whatever service name is the default for your OS distro.
|
||||||
|
|
||||||
|
@ -295,7 +292,7 @@ This setting can be used to override the default status check command for your P
|
||||||
####`default_database`
|
####`default_database`
|
||||||
This setting is used to specify the name of the default database to connect with. On most systems this will be "postgres".
|
This setting is used to specify the name of the default database to connect with. On most systems this will be "postgres".
|
||||||
|
|
||||||
####`inidb_path`
|
####`initdb_path`
|
||||||
Path to the `initdb` command.
|
Path to the `initdb` command.
|
||||||
|
|
||||||
####`createdb_path`
|
####`createdb_path`
|
||||||
|
|
Loading…
Reference in a new issue