Re: Calling a table residing in another database from Plpgsql

From: Kenneth Gonsalves <lawgon(at)thenilgiris(dot)com>
To: deepthi(at)granwill(dot)com, pgsql-sql(at)postgresql(dot)org
Subject: Re: Calling a table residing in another database from Plpgsql
Date: 2005-01-05 05:38:28
Message-ID: 05010511082818.01217@thenilgiris.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Wednesday 05 January 2005 10:43 am, deepthi(at)granwill(dot)com wrote:
> Hi,
>
> I have function called test1() in database 1. I need to input the value
> from this function into another table which is in database2.

shouldnt you be using schemas instead?

kg

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message BARTKO 2005-01-05 09:30:03 Re: foreign key problems
Previous Message deepthi 2005-01-05 05:13:46 Calling a table residing in another database from Plpgsql