Ignore all system-related databases in PostgreSQL

已完成

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

0

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.

0

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

0

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).

0

请先登录再写评论。