Create a view between two databases in same PostgreSQL sever
There is a table called TableA and anther table called TableB both of them are in same sever i want to create a viwe called TEST in TableA which takes Username, ID columns to the view from suser table in TableB