[Pkg-postgresql-public] Bug#876438: postgresql-common: Please update README.Debian for postgresql-10

Chris Lamb lamby at debian.org
Fri Sep 22 10:37:05 UTC 2017


Source: postgresql-common
Version: 185
Severity: wishlist
Tags: patch

Hi,

I'm lazy and like copy-paste stuff; can you update README.Debian for
postgresql-10? :)

Patch attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
diff --git a/debian/README.Debian b/debian/README.Debian
index c9c3f9b..c4e9976 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -113,15 +113,15 @@ remove the newer default cluster first. E. g., if you have
 postgresql-9.1 installed and want to upgrade to 9.4, you first install
 postgresql-9.4:
 
-  apt-get install postgresql-9.4
+  apt-get install postgresql-10
 
-Then drop the default 9.4 cluster that was just created:
+Then drop the default 10 cluster that was just created:
 
-  pg_dropcluster 9.4 main --stop
+  pg_dropcluster 10 main --stop
 
-And then upgrade the 9.1 cluster to the latest installed version (e. g. 9.4):
+And then upgrade the 9.6 cluster to the latest installed version (e. g. 9.6):
 
-  pg_upgradecluster 9.1 main
+  pg_upgradecluster 9.6 main
 
 SSL
 ---


More information about the Pkg-postgresql-public mailing list