Re: How to use table from one database to another - Mailing list pgsql-sql

From Richard Broersma Jr
Subject Re: How to use table from one database to another
Date
Msg-id 20060802131251.24970.qmail@web31808.mail.mud.yahoo.com
Whole thread Raw
In response to How to use table from one database to another  ("Penchalaiah P." <penchalaiahp@infics.com>)
List 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.


pgsql-sql by date:

Previous
From: "Penchalaiah P."
Date:
Subject: i need informarion regarding functions and arrays...
Next
From: Tom Lane
Date:
Subject: Re: alter column type from boolean to char with default doesn't work