Separated database schemas

Post Reply
ppp
User
Posts: 41

Separated database schemas

Post 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


Webmaster
User
Posts: 9425

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


Post Reply