Skip to content

Commit

Permalink
Republish pg_net with loadable_libraries (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrmiguel authored Jan 3, 2025
1 parent 06ed097 commit 3a21634
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/pg_net/Trunk.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ repository = "https://github.com/supabase/pg_net"
license = "Apache-2.0"
description = "A PostgreSQL extension providing an async networking interface accessible via SQL using a background worker and curl."
categories = ["connectors"]
preload_libraries = ["pg_net"]
loadable_libraries = [{ library_name = "pg_net", requires_restart = true }]


[dependencies]
apt = ["libcurl4", "libc6"]
Expand Down

0 comments on commit 3a21634

Please sign in to comment.