'dblink' Help

From: JinNet Picker <netpicker9(at)yahoo(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: 'dblink' Help
Date: 2004-01-27 10:53:26
Message-ID: 20040127105326.97350.qmail@web9402.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

I have Two databases names 'MyDb1' and 'MyDb2' in My
System.

I have installed Postgres 7.4 with dblink

What i need is, when ever a NEW record is inserted in
'MyDb1' , i want fire a Trigger or Rule to insert the
Same Record to MyDb2 database.

I am Using MAC OS 10.2

Anybody Got Idea how to do this?

Thanks

----------------------------------------------
Some Sample Query Using "dblink" is:
select * from dblink('hostaddr=192.168.1.1
dbname=MyDb1 user=pgsql','select
username,password,usertype from users') as t1(username
varchar,password varchar,usertype varchar);

----------------------------------------------

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Gaetano Mendola 2004-01-27 19:06:42 Postgres 7.3.5
Previous Message Iain 2004-01-27 04:32:51 Re: Can I change the character encoding for a DB?