> 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.