You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -284,10 +284,13 @@ This setting can be used to override the default postgresql PL/perl package name
284
284
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.
285
285
286
286
####`service_name`
287
-
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.
287
+
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.
288
+
289
+
####`service_provider`
290
+
This setting can be used to override the default postgresql service provider. If not specified, the module will use whatever service provider is the default for your OS distro.
288
291
289
292
####`service_status`
290
-
This setting can be used to override the default status check command for your PostgreSQL service. If not specified, the module will use whatever service name is the default for your OS distro.
293
+
This setting can be used to override the default status check command for your PostgreSQL service. If not specified, the module will use whatever service status is the default for your OS distro.
291
294
292
295
####`default_database`
293
296
This setting is used to specify the name of the default database to connect with. On most systems this will be "postgres".
0 commit comments