Forum OpenACS Development: Re: Permission denied for relation todo_item

Collapse
Posted by Don Baccus on
That's not an OpenACS error you're getting, but rather a PostgreSQL error.

The *postgresql* user (i.e. the one that is specified in the PG portions of your config.tcl file for AOLserver) that is trying to insert into the table doesn't have sufficient privileges, which probably means you used some other PG user to create that table.

Collapse
Posted by Gonzalo López on
It was true.

public | timezones | table | dotlrn
public | todo_item | table | postgres
public | total_num_required_segs | view | dotlrn
public | total_side_one_constraints | view | dotlrn
public | user_col_comments | view | dotlrn

Thanks a lot