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: show libcurl version #122

Closed steve-chavez closed 7 months ago

steve-chavez commented 7 months ago

Closes https://github.com/supabase/pg_net/issues/121

Now the version shows like:

select backend_type from pg_stat_activity where backend_type like '%pg_net%';
                                         backend_type                                          
-----------------------------------------------------------------------------------------------
 pg_net 0.7.3 worker using libcurl/7.73.0 OpenSSL/1.1.1h zlib/1.3 libssh2/1.9.0 nghttp2/1.41.0
(1 row)