PostgresQL equivalent of NOCOUNT

From: Jochem van Dieten <jochemd(at)oli(dot)tudelft(dot)nl>
To: pgsql-general(at)postgresql(dot)org
Subject: PostgresQL equivalent of NOCOUNT
Date: 2001-08-14 13:38:08
Message-ID: 3B7929C0.5020401@oli.tudelft.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Does PostgresQL have some way to make update, insert and delete queries
not return the number of affected rows? I know that in MS SQL one would
use NOCOUNT for that.

TIA,

Jochem

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-08-14 14:37:36 Re: Is the bug system active?
Previous Message Sheldon Hearn 2001-08-14 11:47:20 COUNT(*) very slow on table with primary key