Can we join two tables in postgresql if the tables are in different schemas? September 11, 2023 by Tarik Sure, just use their fully-qualified names public.t1 JOIN deepak.t2 USING (col).