Explain why permissions are set only on raw
authorKarl O. Pinc kop@karlpinc.com <kop@karlpinc.com>
Thu, 18 Jan 2024 21:42:38 +0000 (21:42 +0000)
committerKarl O. Pinc kop@karlpinc.com <kop@karlpinc.com>
Thu, 18 Jan 2024 21:42:38 +0000 (21:42 +0000)
conversion/Makefile

index aa3dc3064a27c30ce2f51f6c035845794ce2d43f..34d0e9a8609f5f981904052bdbc3c5a6f9dbd819 100644 (file)
@@ -130,6 +130,8 @@ restore: $(PSQL_DEPENDS)
        | psql $(PSQL_ARGS) --set=ON_ERROR_STOP=y
 
 ##   grant_permissions  Give readers and writers read permission to all tables.
+# This only needs to be done to the raw schema because of the way raw is
+# copied into the other schemas.
 .PHONY: grant_permissions
 grant_permissions: $(PSQL_DEPENDS) grant_permissions.sql
        ( $(PSQL_RAW_SETUP) \