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
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
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
 ---
_______________________________________________
Pkg-postgresql-public mailing list
Pkg-postgresql-public@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public

Reply via email to