Re: PostGres Doubt - Mailing list pgsql-hackers

From Michael Meskes
Subject Re: PostGres Doubt
Date
Msg-id 20020612123538.GF30292@feivel.credativ.de
Whole thread Raw
In response to PostGres Doubt  ("vikas p verma" <vvicky72@rediffmail.com>)
List pgsql-hackers
On Mon, Jun 10, 2002 at 08:09:57PM -0000, vikas p verma wrote:
> this question of mine. I want to insert/update records into the 
> postgres database through C or perl code. The only condition is 
> that it should be efficient. Can anybody tell me the difference 
> between ecpg and libpq and which one should I work on for solving 
> my problem.

Both will work and both will be efficient. ecpg internally uses libpq to
do the real work but gives you the standard SQL commands without having
to learn any new library API.

Michael
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!


pgsql-hackers by date:

Previous
From: Michael Meskes
Date:
Subject: Re: [BUGS] Bug #640: ECPG: inserting float numbers
Next
From: Michael Meskes
Date:
Subject: Re: PostGres Doubt