Re: Update needed for documentation - Mailing list pgsql-docs

From Bruce Momjian
Subject Re: Update needed for documentation
Date
Msg-id 200106041932.f54JW8003774@candle.pha.pa.us
Whole thread Raw
In response to Update needed for documentation  (Justin Clift <justin@postgresql.org>)
List pgsql-docs
> Hi all,
>
> Spotted the following line in the 7.1 Interactive docs, not sure if it's
> been updated :
>
> "As of the current release (v7.0), STATEMENT triggers are not
> implemented."
>
> It's in the PostgreSQL Doc page which explains "CREATE TRIGGER".

I see in command/trigger.c:

    if (stmt->row)
        TRIGGER_SETT_ROW(tgtype);
    else
        elog(ERROR, "CreateTrigger: STATEMENT triggers are unimplemented, yet");

We have per-row triggers but not per-statement triggers.  Seems we use
RULEs for those.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [INTERFACES] libpq sockets on win32
Next
From: Bruce Momjian
Date:
Subject: Re: [INTERFACES] libpq sockets on win32