e9d63c048f
This release adds many new features which enhance PostgreSQL's flexibility, scalability and performance for many different types of database users, including improvements to JSON support, replication and index performance.
20 lines
682 B
Text
20 lines
682 B
Text
# $NetBSD: DEINSTALL,v 1.1 2015/01/14 21:01:19 adam Exp $
|
|
|
|
case ${STAGE} in
|
|
DEINSTALL)
|
|
${CAT} << EOF
|
|
===========================================================================
|
|
|
|
If you intend to upgrade your PostgreSQL installation, you may need to
|
|
perform a dump-and-restore to move your current databases into the newer
|
|
PostgreSQL installation. Please dump your databases *prior* to installing
|
|
the new PostgreSQL.
|
|
|
|
Please see the Backup and Restore section of the PostgreSQL Administrator's
|
|
Guide (databases/postgresql-docs) for complete information on how to
|
|
perform the databases dump.
|
|
|
|
===========================================================================
|
|
EOF
|
|
;;
|
|
esac
|