You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 24, 2024. It is now read-only.
IF pg_is_in_recovery()
THEN
PERFORM pg_terminate_backend(pid) FROM pg_stat_activity
WHERE application_name ilike '%postgrest%';
ELSE
NOTIFY pgrst, 'reload schema';
END IF;
But terminating the connection is not graceful for a cache reload as requests will fail once.