Re: Reference tables in triggers are supported in 10

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: jgiaco(at)fanatics(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: Reference tables in triggers are supported in 10
Date: 2019-09-09 17:34:33
Message-ID: e90abb4e-8fe6-0b85-e37b-dc0a7b019331@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On 2019-09-06 16:47, PG Doc comments form wrote:
> Page: https://www.postgresql.org/docs/10/infoschema-triggers.html
> Description:
>
> The documentation states the following:
> action_reference_old_table sql_identifier Applies to a feature not available
> in PostgreSQL
> action_reference_new_table sql_identifier Applies to a feature not available
> in PostgreSQL
> action_reference_old_row sql_identifier Applies to a feature not available
> in PostgreSQL
> action_reference_new_row sql_identifier Applies to a feature not available
> in PostgreSQL
>
> ...but REFERENCING OLD/NEW TABLE AS is valid in postgres 10. Why does the
> infoschema not store this information.

The information schema changes are in PostgreSQL 11.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2019-09-10 19:17:12 Bad link in Postgres 11 documentation - 19.5 WAL
Previous Message PG Doc comments form 2019-09-06 14:47:39 Reference tables in triggers are supported in 10