summaryrefslogtreecommitdiff
path: root/migration
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-02-23 13:10:53 +0000
committerBruce Momjian <bruce@momjian.us>1998-02-23 13:10:53 +0000
commitd036a699dc968e75e6a6cb11783931411cedab47 (patch)
treeba1143a5f070a3329fb1e451a6289869b5d44a88 /migration
parentf0e7e2faa4b11332245bbd4b7fee81bfde54f616 (diff)
downloadpostgresql-d036a699dc968e75e6a6cb11783931411cedab47.tar.gz
Remind people of view permissions, and install libpq README.
Diffstat (limited to 'migration')
-rw-r--r--migration/6.2.1_to_6.35
1 files changed, 5 insertions, 0 deletions
diff --git a/migration/6.2.1_to_6.3 b/migration/6.2.1_to_6.3
index c29215c6e3..6e31f7d571 100644
--- a/migration/6.2.1_to_6.3
+++ b/migration/6.2.1_to_6.3
@@ -1,5 +1,10 @@
This migration requires a complete dump of the 6.2 or 6.2.1 database and a
restore of the database in 6.3.
+In addition, 6.3 has separate permissions for views, rather than relying
+on the permissions set on the underlying tables. For this reason, you will
+have to set permissions on your views if you want anything but the default
+permissions.
+
Those migrating from earlier 1.* releases should first upgrade to 1.09
because the COPY output format was improved from the 1.02 release.