Re: How to use table from one database to another

Поиск
Список
Период
Сортировка
От Richard Broersma Jr
Тема Re: How to use table from one database to another
Дата
Msg-id 20060802131251.24970.qmail@web31808.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на How to use table from one database to another  ("Penchalaiah P." <penchalaiahp@infics.com>)
Список 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 по дате отправления:

Предыдущее
От: "Penchalaiah P."
Дата:
Сообщение: i need informarion regarding functions and arrays...
Следующее
От: Tom Lane
Дата:
Сообщение: Re: alter column type from boolean to char with default doesn't work