mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
doc: Fix markup.
* doc/guix-cookbook.texi (Upgrade Postgres for Cuirass): Escape '@'. Change-Id: Ifb34a20d107721df0523c343259e598503c87afb
This commit is contained in:
@@ -5587,7 +5587,7 @@ files and then re-initialize after a failed upgrade to postgres 16.
|
||||
@lisp
|
||||
(service postgresql-service-type
|
||||
(postgresql-configuration
|
||||
(postgresql (@ (gnu packages databases) postgresql-15))))
|
||||
(postgresql (@@ (gnu packages databases) postgresql-15))))
|
||||
@end lisp
|
||||
|
||||
Note: If you for some reason didn't read the text here but somewhat
|
||||
|
||||
Reference in New Issue
Block a user