[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#30701] [PATCH 3/3] services: databases: Add postgresql-configuratio
From: |
Christopher Baines |
Subject: |
[bug#30701] [PATCH 3/3] services: databases: Add postgresql-configuration record exports. |
Date: |
Mon, 5 Mar 2018 08:39:17 +0000 |
* gnu/services/databases.scm: Export the record type, and all the field
accessors.
---
gnu/services/databases.scm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/gnu/services/databases.scm b/gnu/services/databases.scm
index 9ffb6a5e9..b05c0442f 100644
--- a/gnu/services/databases.scm
+++ b/gnu/services/databases.scm
@@ -40,7 +40,15 @@
postgresql-config-file-ident-file
postgresql-config-file-extra-config
+ <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-type
--
2.16.0
- [bug#30701] [PATCH 2/4] services: Use a external pid file for PostgreSQL., (continued)
[bug#30701] [PATCH 1/3] services: Rework the PostgreSQL config file to use a record type., Christopher Baines, 2018/03/05
[bug#30701] [PATCH 3/3] services: databases: Add postgresql-configuration record exports.,
Christopher Baines <=
[bug#30701] [PATCH 1/3] services: Rework the PostgreSQL config file to use a record type., Christopher Baines, 2018/03/05