gnu: PostgreSQL: Promote version 14 to the default.

* gnu/packages/databases.scm (postgresql): Alias to POSTGRESQL-14.
* gnu/packages/qt.scm (qtbase-5)[inputs]: Stay on POSTGRESQL-13.
This commit is contained in:
Marius Bakke 2022-06-14 21:36:00 +02:00
parent bd16e7c32d
commit 13c46cc29d
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
2 changed files with 3 additions and 2 deletions

View File

@ -1315,7 +1315,7 @@ pictures, sounds, or video.")
(append opensp docbook-sgml-4.2)
(delete "docbook-xml")))))
(define-public postgresql postgresql-13)
(define-public postgresql postgresql-14)
(define-public timescaledb
(package

View File

@ -354,7 +354,8 @@ system, and the core design of Django is reused in Grantlee.")
("nss" ,nss)
("openssl" ,openssl)
("pcre2" ,pcre2)
("postgresql" ,postgresql)
;; TODO: Switch to 'postgres' in the next rebuild cycle.
("postgresql" ,postgresql-13)
("pulseaudio" ,pulseaudio)
("sqlite" ,sqlite)
("unixodbc" ,unixodbc)