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

Show libcurl version #121

Closed steve-chavez closed 7 months ago

steve-chavez commented 7 months ago

Problem

Currently the worker entry on pg_Stat_activity shows the pg_net version but it's not enough in some cases where we depend on the libcurl version (https://github.com/supabase/pg_net/issues/115)

select backend_type from pg_stat_activity where backend_type like '%pg_net%';
    backend_type     
---------------------
 pg_net 0.7.3 worker

Solution

Show the libcurl version.