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" |