Re: How to use table from one database to another

From: Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
To: "Penchalaiah P(dot)" <penchalaiahp(at)infics(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: How to use table from one database to another
Date: 2006-08-02 13:12:51
Message-ID: 20060802131251.24970.qmail@web31808.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> I have 2 databases namee PAO and CAS.
> PAO contains 3 schemas named Public,pao,sts CAS contains 4 schemas
> named Public,cao,sts,reports
> Now i am in PAO database..now i want access table 'activity' in
> schema 'cas' in CAS database.
> How it is posible.
> 2nd thing is...
> i have 2 servers access i.e local and mainserver.
> How access table from one server to another server?
> please tel me...because we need this one
> Please give me full details with examples... because I am new to
> Postgres but I know oracle very well

For this functionality to work you will need the db-link add on for postgresql.
http://pgfoundry.org/projects/snapshot/

Also for other useful addons check out the project tree.
http://pgfoundry.org/softwaremap/trove_list.php

Regards,

Richard Broersma Jr.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2006-08-02 13:19:30 Re: alter column type from boolean to char with default doesn't work
Previous Message Penchalaiah P. 2006-08-02 13:02:51 i need informarion regarding functions and arrays...