I am using Postgresql 8.3
I have two databases:db1db2
db1 holds a table tab1.
Is it possible to get the value of the above tab1 in db2 database?
Regards