You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am building a scraper extension on top of pg_net and identified that you can do some really nifty things when you inherit from net._http_response and install triggers to re-route the response to other dedicated scraper buffer tables.
This is made possible with your very flexible design where the net._http_response has on primary key and is intentionally kept quite raw. I like this a lot.
To support my work (and others building on top of pg_net), I am proposing either to remove the not null constraint on the created column altogether or replace it with a check constraint that is not inheritable.