search for: 78faf344

Displaying 2 results from an estimated 2 matches for "78faf344".

2019 May 19
0
Dict issue with PostgreSQL for last_login plugin (duplicate key)
...;user at domain.tld' but this is just a "content" detail which does not matter. Hope that helps. Let me know if I can do any further testing. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20190519/78faf344/attachment.html>
2019 May 19
2
Dict issue with PostgreSQL for last_login plugin (duplicate key)
On 19/05/2019 16:25, John Fawcett via dovecot wrote: > INSERT INTO last_logins (last_login,username,domain) VALUES (1558273000,'user at domain.tld','domain.tld') I don't have PostgresSql, would you be able to verify if this syntax would work: INSERT INTO last_logins (last_login,username,domain) VALUES (1558273000,'user at domain.tld','domain.tld')