# createdb a# createdb b# psql acreate table a (name text);\q# psql bcreate table a (name text);
-------Now, I want to join table a of database a and table a of database b.How?