fix: slow responses on schema cache reload

This commit is contained in:
steve-chavez
2024-03-15 11:53:29 -05:00
committed by Steve Chavez
parent 210cded560
commit 727ef465c1
4 changed files with 19 additions and 7 deletions
+4
View File
@@ -11384,3 +11384,7 @@ GRANT USAGE ON SCHEMA apflora TO postgrest_test_anonymous;
GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA apflora
TO postgrest_test_anonymous;
create or replace function apflora.notify_pgrst() returns void as $$
notify pgrst;
$$ language sql;