> From: "Amir Rohan" <amir(dot)rohan(at)mail(dot)com>>> CREATE TABLE rate_limit_mail_per_user(
sorry,
CREATE UNLOGGED TABLE rate_limit_mail_per_user(
> userid integer PRIMARY KEY,> cnt integer NOTNULL,> last_request_date timestamp NOT NULL> );