On Mon, 20 Aug 2001 16:08:31 -0600, you wrote:
>Is there a way to SELECT tables or create JOINs from multiple databases
>through psql? [...] would this have to be handled programmatically with
>multiple database connections?
Yes, you need multiple connections for that.
By the way, if you really
Title: Accessing multiple Databases at the same time
Hi,
Is there a way to SELECT tables or create JOINs from multiple databases through psql?
I have read through Mr. Momjian's book and looked at the online documentation and cannot find a reference to it.
I have been using the "USE" statem