On Thu, Nov 14, 2024 at 4:05 AM Arte Chambers <paul.m.ro...@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]
_______________________________________________
Mailman-users mailing list -- mailman-users@mailman3.org
To unsubscribe send an email to mailman-users-le...@mailman3.org
https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
Archived at: 
https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/5BL2XA7LGCG2V2CVXOU74LZAJBIT4EU4/

This message sent to arch...@mail-archive.com

Reply via email to