On Thu, Nov 14, 2024 at 4:05 AM Arte Chambers <paul.m.robey@gmail.com> wrote:
I'm also running into permission errors with Postgres - user does not have permissions on public schema. I didn't see anything in the docs about how to grant proper access to these tables.
Off the top of my head, this is what I used to do, but the same issue has been discussed several times on the list. # su -u postgres psql #\c mailman postgres # GRANT ALL ON SCHEMA public to mailman; #\c mailmanweb postgres # GRANT ALL ON SCHEMA public to mailman;
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 In an Internet failure case, the #1 suspect is a constant: DNS. "Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-) [How to ask smart questions: http://www.catb.org/~esr/faqs/smart-questions.html]