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:
		
							parent
							
								
									bd16e7c32d
								
							
						
					
					
						commit
						13c46cc29d
					
				
					 2 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -1315,7 +1315,7 @@ pictures, sounds, or video.")
 | 
				
			||||||
       (append opensp docbook-sgml-4.2)
 | 
					       (append opensp docbook-sgml-4.2)
 | 
				
			||||||
       (delete "docbook-xml")))))
 | 
					       (delete "docbook-xml")))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public postgresql postgresql-13)
 | 
					(define-public postgresql postgresql-14)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public timescaledb
 | 
					(define-public timescaledb
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -354,7 +354,8 @@ system, and the core design of Django is reused in Grantlee.")
 | 
				
			||||||
       ("nss" ,nss)
 | 
					       ("nss" ,nss)
 | 
				
			||||||
       ("openssl" ,openssl)
 | 
					       ("openssl" ,openssl)
 | 
				
			||||||
       ("pcre2" ,pcre2)
 | 
					       ("pcre2" ,pcre2)
 | 
				
			||||||
       ("postgresql" ,postgresql)
 | 
					       ;; TODO: Switch to 'postgres' in the next rebuild cycle.
 | 
				
			||||||
 | 
					       ("postgresql" ,postgresql-13)
 | 
				
			||||||
       ("pulseaudio" ,pulseaudio)
 | 
					       ("pulseaudio" ,pulseaudio)
 | 
				
			||||||
       ("sqlite" ,sqlite)
 | 
					       ("sqlite" ,sqlite)
 | 
				
			||||||
       ("unixodbc" ,unixodbc)
 | 
					       ("unixodbc" ,unixodbc)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue