Help,
Does someone know how to get data from an other database using a selectstatement?
In sybase I could use select * from otherdatabase..table;
But with PostgreSQL I haven't found a way yet to do this.
T.i.aRonnie