Creating table in different database

From: Paresh Bafna <paresh(at)it(dot)iitb(dot)ac(dot)in>
To: pgsql-general(at)postgresql(dot)org
Subject: Creating table in different database
Date: 2005-10-25 05:57:08
Message-ID: 435DC934.7020902@it.iitb.ac.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

If there are multiple databases, say db1 and db2.
And currently we are in db1, can we create table in db2 (without
switching databases)?
Is there any query to do this?

- Paresh

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Paul Newman 2005-10-25 06:19:57 Anyone know of a Schema Comparer
Previous Message Tino Wildenhain 2005-10-25 05:52:07 Re: a stored procedure ..with integer as the parameter