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

Update README.md | Added warning about updating config variables on S… #119

Closed TheOtherBrian1 closed 7 months ago

TheOtherBrian1 commented 8 months ago

What kind of change does this PR introduce?

Docs Update

What is the current behavior?

There are no warnings that config variables cannot be updated on Supabase. The only variables that can be modified are outlined in the platform documentation:

What is the new behavior?

Added minimal warning that config variables, such as ttl or batch_size, cannot be changed on Supabase managed instances