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 _______________________________________________ Mailman-Developers mailing list [email protected] https://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org Security Policy: http://wiki.list.org/x/QIA9
