Re: [SQL] About DBlink

2006-08-17 Thread Michael Fuhr
On Thu, Aug 17, 2006 at 11:25:30PM +0200, Chris Mair wrote: > > Thanks Micheal I dont have dblink installed, I need to find a good > > documentation which will help me do this and also the place where i > > can download this module. > > dblink is a contrib module, that means it is part of the post

Re: [SQL] About DBlink

2006-08-17 Thread Chris Mair
> Thanks Micheal I dont have dblink installed, I need to find a good > documentation which will help me do this and also the place where i > can download this module. dblink is a contrib module, that means it is part of the postgresql source code distribution. you can read README.dblink online a

Re: [SQL] About DBlink

2006-08-17 Thread Sumeet
Thanks Micheal I dont have dblink installed, I need to find a good documentation which will help me do this and also the place where i can download this module.Thanks,Sumeet. On 8/17/06, Michael Fuhr <[EMAIL PROTECTED]> wrote: On Thu, Aug 17, 2006 at 04:37:03PM -0400, Sumeet wrote:> Im trying to fi

Re: [SQL] About DBlink

2006-08-17 Thread Michael Fuhr
On Thu, Aug 17, 2006 at 04:37:03PM -0400, Sumeet wrote: > Im trying to find out documentation for postgres module names "dblink", can > anyone point me out to it. What i want to do is join multiple databases > instead of multiple tables. If you've installed dblink then somewhere on your system sho

[SQL] About DBlink

2006-08-17 Thread Sumeet
Hi All,Im trying to find out documentation for postgres module names "dblink", can anyone point me out to it. What i want to do is join multiple databases instead of multiple tables.Thanks,Sumeet.