Re: Using new copy libpq functions on a v2 protocol backend

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Using new copy libpq functions on a v2 protocol backend
Date: 2005-03-23 01:32:47
Message-ID: 4240C73F.4090203@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hey guys,

I really need answer to this one, for the PHP code I just committed :P

Chris

Christopher Kings-Lynne wrote:
> Hi,
>
> If I use PQgetCopyData, PQputCopyData and PQputCopyEnd against a v2
> protocol backend, will it work?
>
> I see no mention of it in the docs...
>
> Chris
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Conway 2005-03-23 01:32:58 Re: locks in CREATE TRIGGER, ADD FK
Previous Message Bruce Momjian 2005-03-23 01:30:14 Re: [HACKERS] what to do with backend flowchart