supabase / pg_net

A PostgreSQL extension that enables asynchronous (non-blocking) HTTP/HTTPS requests with SQL
https://supabase.github.io/pg_net
Apache License 2.0
213 stars 16 forks source link

feat: PostgreSQL 16 compatibility #108

Closed steve-chavez closed 11 months ago

steve-chavez commented 11 months ago

According to https://www.postgresql.org/docs/current/release-16.html.

"Functions that need to be called from the core backend or other extensions must now be explicitly marked PGDLLEXPORT."