diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1998-02-23 19:53:08 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1998-02-23 19:53:08 +0000 |
| commit | 29230ca8fcd4941c3fca307c4b5c5383dcfb8220 (patch) | |
| tree | d78c4e35071ca794e0deeb0765a720e30d85bebf /migration | |
| parent | ab6e4ea3dc644046ddc487799e78dd4018d7a723 (diff) | |
| download | postgresql-29230ca8fcd4941c3fca307c4b5c5383dcfb8220.tar.gz | |
Note that table permissions are no longer defaulted to ACL_RD, but ACL_NO
instead
Diffstat (limited to 'migration')
| -rw-r--r-- | migration/6.2.1_to_6.3 | 5 |
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 6e31f7d571..65c433334d 100644 --- a/migration/6.2.1_to_6.3 +++ b/migration/6.2.1_to_6.3 @@ -6,5 +6,10 @@ 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. +6.3 has had its default permissions on a table set such that unless you +are the owner, when a table is created, other users of the system won't +have access to them. You *must* do a 'GRANT' for each table you wish open +to other ppl. + Those migrating from earlier 1.* releases should first upgrade to 1.09 because the COPY output format was improved from the 1.02 release. |
