Re: Update needed for documentation

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Justin Clift <aa2(at)bigpond(dot)net(dot)au>
Cc: PostgreSQL-documentation <pgsql-docs(at)postgresql(dot)org>
Subject: Re: Update needed for documentation
Date: 2001-06-10 03:47:13
Message-ID: 200106100347.f5A3lDP25611@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs


I understand now, and you are correct. There is no reason to mention
the release version in the docs, in most cases. Attached patch applied.

Thanks.

> Hi Bruce,
>
> My point was to get the documentation updated, not anything else. Probably
> we should bump the statement in the doc's to say "7.1.2".
>
> :-)
>
> Regards and best wishes,
>
> Justin Clift
>
> On Tuesday 05 June 2001 05:32, you wrote:
> > > 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Attachment Content-Type Size
unknown_filename text/plain 3.8 KB
unknown_filename text/plain 3.8 KB

Browse pgsql-docs by date

  From Date Subject
Next Message hubert depesz lubaczewski 2001-06-10 07:35:44 Re: Trigger Documentation
Previous Message Bruce Momjian 2001-06-10 02:55:46 Re: libpq sockets on win32