Merge pull request #301 from dawik/master
Spelling and redundancy fix in README
This commit is contained in:
commit
e45d909313
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`
|
||||
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`
|
||||
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`
|
||||
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.
|
||||
|
||||
####`createdb_path`
|
||||
|
|
Loading…
Reference in a new issue