cbaines pushed a commit to branch master
in repository guix.

commit 0105b8624dbba539677ebbfd0dc0bd35143c6fad
Author: Christopher Baines <[email protected]>
AuthorDate: Wed Oct 28 13:01:48 2020 +0000

    doc: Update the PostgreSQL extension packages example.
    
    * doc/guix.texi (PostgreSQL): Update the extension packages example.
---
 doc/guix.texi | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 2e48f81..ba7bb96 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -18676,7 +18676,10 @@ configure the postgresql-service as in this example:
   (packages (cons* postgresql %base-packages))
   (services
     (cons*
-      (postgresql-service #:extension-packages (list postgis))
+      (service postgresql-service-type
+               (postgresql-configuration
+                (postgresql postgresql-10)
+                (extension-packages (list postgis))))
       %base-services)))
 @end lisp
 

Reply via email to