]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- mention pg_upgrade
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 3 Oct 2010 19:00:26 +0000 (19:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql.spec -> 1.460

postgresql.spec

index 4a98c2bc0df6ac718ad4fe8183a0c1a513ef9ab7..a8f1ddfc0601987d485ca97199c723177596d2d4 100644 (file)
@@ -921,6 +921,9 @@ if [ "$foundold" = "1" ]; then
        echo "restore all data (using pg_restore or psql)."
        echo "Remember to stop the daemon before upgrading!"
        echo
+       echo "Alternatively you can use pg_upgrade for 8.3+ online upgrade with"
+       echo "some restrictions: http://www.postgresql.org/docs/9.0/static/pgupgrade.html"
+       echo
        echo "Warning for upgrade from version *before* 7.2."
        echo "Please note, that postgresql module path changed from"
        echo "%{_libdir}/pgsql/module to %{_libdir}/postgresql. Change the path"
This page took 0.224463 seconds and 4 git commands to generate.