I just created a new persistent store and initialized with five rows of data. However, when I check to see if the data was inserted properly into the table, I get the following error: "ERROR: permission denied for relation censorcodecv". I tried to change privileges manually in pgAdmin and it still shows the same error. I tried to change it in the SQL tab as well. I am trying to create an ODM database in Tethys (
http://his.cuahsi.org/images/ODM1_1SchemaDiagram_md.jpg) and there will be several other tables. What do I need to do to ensure that the permissions are fine for the this table and the several tables that I'll be creating for this database? Thank you!!!