mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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
1 changed files with 8 additions and 0 deletions
|
@ -39,7 +39,15 @@ (define-module (gnu services databases)
|
||||||
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 a new issue