mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
services: postgresql: Provide postgresql commands.
* gnu/services/databases.scm (postgresql-service-type): Extend profile-service-type to provide postgresql commands.
This commit is contained in:
parent
dec43e9f88
commit
3bf4761e39
1 changed files with 3 additions and 1 deletions
|
@ -276,7 +276,9 @@ (define postgresql-service-type
|
|||
(service-extension activation-service-type
|
||||
postgresql-activation)
|
||||
(service-extension account-service-type
|
||||
(const %postgresql-accounts))))
|
||||
(const %postgresql-accounts))
|
||||
(service-extension profile-service-type
|
||||
(compose list postgresql-configuration-postgresql))))
|
||||
(default-value (postgresql-configuration))))
|
||||
|
||||
(define* (postgresql-service #:key (postgresql postgresql)
|
||||
|
|
Loading…
Reference in a new issue