Right now, there's custom introspection code in the Go server that pulls out table references for multi tenancy checking. The returned json isn't well typed, and isn't guaranteed to be stable. Since I wrote it, there are a couple extensions available that do everything needed for table and function inclusion/exclusion. This should be more future proof and reliable than the current hand rolled parser.
I can make it so that whichever extension is chosen is required only if opting into multi-tenancy mode.
Right now, there's custom introspection code in the Go server that pulls out table references for multi tenancy checking. The returned json isn't well typed, and isn't guaranteed to be stable. Since I wrote it, there are a couple extensions available that do everything needed for table and function inclusion/exclusion. This should be more future proof and reliable than the current hand rolled parser.
I can make it so that whichever extension is chosen is required only if opting into multi-tenancy mode.