Closed iangow closed 6 years ago
See here for discussion.
The code in the wrds_pg schema needs to be changed to make sure that crsp owns these from the beginning:
wrds_pg
crsp
postgres=# ALTER TABLE crsp.erdport OWNER TO crsp; ALTER TABLE postgres=# ALTER TABLE crsp.ermport OWNER TO crsp; ALTER TABLE
See here for discussion.
The code in the
wrds_pg
schema needs to be changed to make sure thatcrsp
owns these from the beginning: