services: databases: Add postgresql-configuration record exports.
* gnu/services/databases.scm: Export the record type, and all the field accessors.
This commit is contained in:
parent
69f7cf2bf4
commit
488ea71ed8
|
@ -39,7 +39,15 @@
|
||||||
postgresql-config-file-ident-file
|
postgresql-config-file-ident-file
|
||||||
postgresql-config-file-extra-config
|
postgresql-config-file-extra-config
|
||||||
|
|
||||||
|
<postgresql-configuration>
|
||||||
|
postgresql-configuration
|
||||||
postgresql-configuration?
|
postgresql-configuration?
|
||||||
|
postgresql-configuration-postgresql
|
||||||
|
postgresql-configuration-port
|
||||||
|
postgresql-configuration-locale
|
||||||
|
postgresql-configuration-file
|
||||||
|
postgresql-configuration-data-directory
|
||||||
|
|
||||||
postgresql-service
|
postgresql-service
|
||||||
postgresql-service-type
|
postgresql-service-type
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue