Page 1 of 1

Separated database schemas

Posted: Wed Feb 15, 2017 7:50 pm
by ppp

In the current demo v2017, if I connect a multi-schema postgresql database, if I have tables with the same name in different schemas they are not distinguished and one table fields from both the table is resulting in the project.
It would be good to have the same table separation by schema that I have in the database.
I don't know if there is any workaround for this in the actual version (except using no duplicated names, of course)
thanks


Re: Separated database schemas

Posted: Wed Feb 15, 2017 8:06 pm
by Webmaster

Try connect with one schema in the main database and connect with another schema in a linked table, see Linked Table in the help file.