[Mailman-Developers] user table in Mailman3 with PostgreSQL

ML mail mlnospam at yahoo.com
Tue Jul 15 12:16:11 CEST 2014


Hello,

I am not sure it is a good idea to name the user table "user". As you can see in PostgreSQL "user" is a reserved word:

\c mailman

select * from user;
 current_user
--------------
 postgres

(1 row)

Any ideas how I can still list the content of the mailman3 user table in PostgreSQL?

Regards
ML



More information about the Mailman-Developers mailing list