I have two postgres versions on my system. I want to check the list of database that is available on older version of postgres (port: 3433). Is there any way to check this?
Note - On running psql command it is showing the latest version of postgres that I have installed in system and \l command shows databases present in that version.