Re: [HACKERS] Re: [INTERFACES] retrieving varchar size - Mailing list pgsql-interfaces

From Bruce Momjian
Subject Re: [HACKERS] Re: [INTERFACES] retrieving varchar size
Date
Msg-id 199804262255.SAA05889@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] Re: [INTERFACES] retrieving varchar size  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-interfaces
> > One thing that likely would *not* work very nicely is copy in/out
> > as part of a multi-command query, since there is currently no provision
> > for PQendcopy to return result(s).  This is pretty braindead IMHO,
> > but I'm not sure we can change PQendcopy's API.  Any thoughts?  What


Adding a return result to PQendcopy would not be a big deal.  Just
document it so the few people who do this in application know to free
the result.  The interface libraries can handle the change.


--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

pgsql-interfaces by date:

Previous
From: Peter T Mount
Date:
Subject: Re: [INTERFACES] graphic-objects
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Re: [INTERFACES] retrieving varchar size