Re: dblink question please

From: Joe Conway <mail(at)joeconway(dot)com>
To: Frankie Lam <frankie(at)ucr(dot)com(dot)hk>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: dblink question please
Date: 2003-02-13 12:30:59
Message-ID: 3E4B9003.6060907@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Frankie Lam wrote:
> Now I use only persistent connection inside my PLPGSQL functions, the
> EXCEPTION "ExecMakerTableFunctionResult: Invalid result from function
> returning tuple" has gone.

Good.

> It seems to me this is a matter of libPQ (because connect_timeout
> doesn't work in the case), but someone told me this is nothing to do
> with libPQ, and it's possible a matter of KERNEL and transport layer
> of tcp protocol.(I don't really understand these stuff) Is this
> true?(If this is true, then I have to abort my project :-( )
>

I'm afraid the person who gave you that answer knows much better than I.
Perhaps there is some kernel tcp parameter you can adjust? Or maybe
dblink just isn't an appropriate solution given your requirements. You
haven't described what exactly you are trying to do, and what exactly
are your requirements, so it's a bit hard to help there.

Joe

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2003-02-13 15:17:57 Re: Debugging postmaster to fix possible bug in Postgres? Followup to "How do you select
Previous Message Tomasz Myrta 2003-02-13 12:04:48 Re: UNION or UNION ALL