pg_net icon indicating copy to clipboard operation
pg_net copied to clipboard

A PostgreSQL extension that enables asynchronous (non-blocking) HTTP/HTTPS requests with SQL

Results 35 pg_net issues
Sort by recently updated
recently updated
newest added

# Bug report ## Describe the bug I have a webhook configured to watch a table for inserts. On an insert a POST request should be fired to an API...

bug
needs-repro

Related to https://github.com/orgs/supabase/discussions/21450. ## Notes - Only the usage privilege on schema net should be required. - Also add GRANT on sequences to PUBLIC. See https://github.com/citusdata/pg_cron/blob/main/pg_cron--1.4--1.4-1.sql.

# Bug report ## Describe the bug After pg_net got upgraded, it throws a permission denied for table http_request_queue when trying to make a request as an authenticated user. ##...

bug

## Problem A customer has reported "SSL connect error", "Error in the HTTP2 framing layer" showing in the `pg_net._http_response` table while making calls to Supabase edge functions. The customer informs...

needs-repro

Hey there! I am wanting a new feature that doesn't seem to be present in supabase regarding webhooks. Sometimes my API can get backed up or is down for a...

idea

Currently we use [multiple versions of nixpkgs](https://github.com/supabase/pg_net/blob/9d3f5be9b90663fb1a6ba92df61698236e399363/shell.nix#L4-L18). There are some issues that prevents us from using only the newest nixpkgs. https://github.com/supabase/pg_net/blob/9d3f5be9b90663fb1a6ba92df61698236e399363/shell.nix#L4-L18 ## Tasks - [x] newest nixpkgs is only python3...

chore

# Improve documentation ## Link README.md in the repo ## Describe the problem It is unclear whether one is supposed to clean up the `net._http_response` table or if there is...

documentation

### Reasons - For all the requests to finish, an INSERT on the `_http_response` table must be done, this reduces throughput. There are cases where the client doesn't care about...

enhancement

# Feature request expand pg_net functionality with more operations and other data types ## Is your feature request related to a problem? Please describe. Yes. I would like to use...

enhancement

# Chore ## Describe the chore Currently it's text