Currently we support the myschema.* pattern, which expands to all objects in myschema of the relevant object kind (e.g. tables or sequences). A common request is to support arbitrary regex patterns.
This is definitely doable, but will require modifying the spec validation, adding support for taking a regex pattern and expanding it, and of course adding associated testing.
Currently we support the
myschema.*
pattern, which expands to all objects inmyschema
of the relevant object kind (e.g. tables or sequences). A common request is to support arbitrary regex patterns.This is definitely doable, but will require modifying the spec validation, adding support for taking a regex pattern and expanding it, and of course adding associated testing.