Skip to content

Commit 29230ca

Browse files
committed
Note that table permissions are no longer defaulted to ACL_RD, but ACL_NO
instead
1 parent ab6e4ea commit 29230ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

migration/6.2.1_to_6.3

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,10 @@ on the permissions set on the underlying tables. For this reason, you will
66
have to set permissions on your views if you want anything but the default
77
permissions.
88

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+
914
Those migrating from earlier 1.* releases should first upgrade to 1.09
1015
because the COPY output format was improved from the 1.02 release.

0 commit comments

Comments
 (0)