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

refactor: get version from Makefile for .control #104

Closed steve-chavez closed 11 months ago

steve-chavez commented 11 months ago

This way we define the version on a single place (Makefile EXTVERSION).

Related https://github.com/supabase/pg_net/pull/103