We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6e4ea commit 29230caCopy full SHA for 29230ca
migration/6.2.1_to_6.3
@@ -6,5 +6,10 @@ on the permissions set on the underlying tables. For this reason, you will
6
have to set permissions on your views if you want anything but the default
7
permissions.
8
9
+6.3 has had its default permissions on a table set such that unless you
10
+are the owner, when a table is created, other users of the system won't
11
+have access to them. You *must* do a 'GRANT' for each table you wish open
12
+to other ppl.
13
+
14
Those migrating from earlier 1.* releases should first upgrade to 1.09
15
because the COPY output format was improved from the 1.02 release.
0 commit comments