k1LoW / tbls

tbls is a CI-Friendly tool for document a database, written in Go.
MIT License
3.34k stars 164 forks source link

Listing functions doesn't respect include filter #477

Open LKajan opened 1 year ago

LKajan commented 1 year ago

What happened

In my .tbls.yml config file I have set include filter as

include:
  - mychema.*

The generated docs still includes all the functions (750 in my case) from the public schema (installed by an extension).

What you expected to happened

Listed functions should also respect include/exclude filters.

What stack trace or error message from tbls did you see?

No actual error

Anything else we need to know?

Not really

Environment

k1LoW commented 1 year ago

include: and exclude: are supported for table names only. Maybe we need another configuration for filtering the functions.