https://github.com/processone/ejabberd/blob/27b87d4a8af84cab619fa33095b42cb03f9e6020/src/mod_mam_sql.erl#L235 https://github.com/processone/ejabberd/blob/27b87d4a8af84cab619fa33095b42cb03f9e6020/src/mod_mam_sql.erl#L258 Postgresql doesn't support LIMIT in DELETE queries. See https://www.postgresql.org/docs/current/sql-delete.html
ejabberd/src/mod_mam_sql.erl
Line 235 in 27b87d4
ejabberd/src/mod_mam_sql.erl
Line 258 in 27b87d4
Postgresql doesn't support LIMIT in DELETE queries. See https://www.postgresql.org/docs/current/sql-delete.html