Re: PL/PgSQL GET DIAGNOSTICS command

From: "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PL/PgSQL GET DIAGNOSTICS command
Date: 2001-02-12 16:28:35
Message-ID: 20010212102835.A25057@rice.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Feb 09, 2001 at 12:04:08PM -0500, Bruce Momjian wrote:
> I see the new PL/PgSQL command:
>
> GET DIAGNOSTICS
>
> This seems like a poorly-worded command to me. It is meant to return
> the number of rows affected by a previous query, right?

Among other things, eventually. You get to blame the SQL standards
committee, again:

wallace$ grep 'GET DIAGNOSTICS' sql1992.txt
GET DIAGNOSTICS <sql diagnostics information>

Ross

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2001-02-12 16:43:26 Re: PL/PgSQL GET DIAGNOSTICS command
Previous Message Peter Eisentraut 2001-02-12 15:44:53 Re: Solaris 5.6 install problem