Re: Does PG support bulk operation in embedded C

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Ravi Krishna <srkrishna(at)gmx(dot)com>, pgsql-sql(at)postgresql(dot)org
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Does PG support bulk operation in embedded C
Date: 2015-05-20 00:13:58
Message-ID: 555BD1C6.4000301@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql


On 05/19/2015 04:47 PM, Ravi Krishna wrote:
>
> To explain pls refer to this for DB2
>
> http://www-01.ibm.com/support/knowledgecenter/SSEPGG_9.7.0/com.ibm.db2.luw.apdv.cli.doc/doc/r0002329.html
>
>
> Essentially in one single sql call, we can do
> -- Add new rows
> -- Update a set of rows where each row is identified by a bookmark
> -- Delete a set of rows where each row is identified by a bookmark
> -- Fetch a set of rows where each row is identified by a bookmark
>
> This gives tremendous performance benefits as the network round trip is
> avoided for each sql.
>
> I am looking for an equivalent of this in PG and C language.

For embedded C, I believe you are looking for:

http://www.postgresql.org/docs/9.4/static/ecpg.html

>
> Thanks.
>
>
>

--
Command Prompt, Inc. - http://www.commandprompt.com/ 503-667-4564
PostgreSQL Centered full stack support, consulting and development.
Announcing "I'm offended" is basically telling the world you can't
control your own emotions, so everyone else should do it for you.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ravi Krishna 2015-05-20 00:27:27 Re: [GENERAL] Does PG support bulk operation in embedded C
Previous Message Ravi Krishna 2015-05-19 23:47:12 Does PG support bulk operation in embedded C

Browse pgsql-sql by date

  From Date Subject
Next Message Ravi Krishna 2015-05-20 00:27:27 Re: [GENERAL] Does PG support bulk operation in embedded C
Previous Message Ravi Krishna 2015-05-19 23:47:12 Does PG support bulk operation in embedded C