Re: No easy way to join discussion in existing thread when not subscribed - Mailing list pgsql-www

From Amir Rohan
Subject Re: No easy way to join discussion in existing thread when not subscribed
Date
Msg-id trinity-609b8501-aecf-4cc8-bf6a-ce24bef97af0-1443758166639@3capp-mailcom-lxa10
Whole thread Raw
In response to Re: No easy way to join discussion in existing thread when not subscribed  ("Amir Rohan" <amir.rohan@mail.com>)
List pgsql-www
> From: "Amir Rohan" <amir.rohan@mail.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
> );



pgsql-www by date:

Previous
From: "Amir Rohan"
Date:
Subject: Re: No easy way to join discussion in existing thread when not subscribed
Next
From: Magnus Hagander
Date:
Subject: Re: Deselecting "Receive Mail" on the website ml subscribe form is broken