Re: Equivalent of InternalRowsAffected in NonExecuteQuery for PostgreSQL

From: Vijaykumar Jain <vijaykumarjain(dot)github(at)gmail(dot)com>
To: Avadhut Narayan Joshi <AJoshi7(at)sensiaglobal(dot)com>
Cc: pgsql-sql(at)lists(dot)postgresql(dot)org
Subject: Re: Equivalent of InternalRowsAffected in NonExecuteQuery for PostgreSQL
Date: 2021-07-29 12:26:26
Message-ID: CAM+6J94iEKErC9jhENrGYPo+jG=Z4-QzP7zqPNo5a9oCSRCb8w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Thu, Jul 29, 2021, 5:52 PM Avadhut Narayan Joshi <
AJoshi7(at)sensiaglobal(dot)com> wrote:

> Hello Experts ,
>
>
>
> For SQL Server , when executing queries we get value in
> InternalRowsAffected corresponding to row affected .
>
https://www.postgresql.org/docs/current/plpgsql-statements.html

Have a look at `get diagnostics` at 42.5.5 section.

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Avadhut Narayan Joshi 2021-07-29 12:31:20 RE: Equivalent of InternalRowsAffected in NonExecuteQuery for PostgreSQL
Previous Message Avadhut Narayan Joshi 2021-07-29 12:22:35 Equivalent of InternalRowsAffected in NonExecuteQuery for PostgreSQL