Replies: 2 comments 1 reply
-
|
Having applied a filter to the import dialog, there is no way to select more than one row in the resulting list. Could we have the ability to shift-click a selection or have a tick box at the start of each row to allow for multiple selection? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @sggreener Currently pgModeler doesn't support filtering directly in parent field. I can improve it in the future. For now you can filter in the object's signature (schema qualified name). For example, if you need to filter all fks in the tables in schema dbo, just write an expression like this: |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I want to import just the foreign keys of tables in a single schema.
I can set up a filter to search for foreign keys using a simple pattern (fk_*) but how do I limit the filter to just those foreign keys whose parent object is in a specific schema?
I'm trying to import foreign keys named "fk_*" only in the "dbo" schema.
The following image shows fks in the ahr schema.
There is no Parent filter object.....
Simon
Beta Was this translation helpful? Give feedback.
All reactions