From f4637c64c939a530290f104650774da37c2da98d Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 23 Jan 2022 11:26:02 +0100 Subject: [PATCH] Remove db-root-spec from example config file We are not going to support this officially right now. --- src/PostgREST/CLI.hs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/PostgREST/CLI.hs b/src/PostgREST/CLI.hs index 4cc348fac7..fab5033d6a 100644 --- a/src/PostgREST/CLI.hs +++ b/src/PostgREST/CLI.hs @@ -150,10 +150,6 @@ exampleConfigFile = |## Stored proc to exec immediately after auth |# db-pre-request = "stored_proc_name" | - |## stored proc that overrides the root "/" spec - |## it must be inside the db-schema - |# db-root-spec = "stored_proc_name" - | |## Notification channel for reloading the schema cache |db-channel = "pgrst" |