Ignore all system-related databases in PostgreSQL
Completed
I would like to select all databases and schemas apart from the system ones.

Right now we have ALL or we have to select the ones one by one. I would like all apart from those that I see
Please sign in to leave a comment.
You can filter the schemas using the pattern-based filter (based on regular expression patterns) or by setting the schema pattern. If this doesn't meet your needs, you're welcome to submit a new feature request here: https://youtrack.jetbrains.com/newIssue?project=DBE.
Yes, I am aware of the pattern but then I have to repeat the pattern in each source and then manage it if necessary, it becomes clunky
I see. I've created DBE-24110 based on your description. Please follow it to track the updates or in case we need any clarifications (here's how).