Re: PostGres Doubt

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: vikas p verma <vvicky72(at)rediffmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: PostGres Doubt
Date: 2002-06-12 12:35:38
Message-ID: 20020612123538.GF30292@feivel.credativ.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)Fam-Meskes(dot)De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 2002-06-12 12:40:45 Re: PostGres Doubt
Previous Message Michael Meskes 2002-06-12 12:10:10 Re: [BUGS] Bug #640: ECPG: inserting float numbers