| From: | Erwin Brandstetter <brsaweda(at)gmail(dot)com> |
|---|---|
| To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
| Cc: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
| Subject: | Re: Update limitations for declarative partitioning |
| Date: | 2020-08-30 21:39:59 |
| Message-ID: | CAGHENJ71ZpzBjNQ91r4xH+RViFnHeBxNzLd90CJajgSfT31qaA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
Looking at
https://www.postgresql.org/docs/devel/ddl-partitioning.html#DDL-PARTITIONING-DECLARATIVE-LIMITATIONS
... the issue seems unchanged?
Regards
Erwin
On Sat, 8 Aug 2020 at 05:38, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
wrote:
> On 2020-Aug-08, Erwin Brandstetter wrote:
>
> > - But the manual still warns at
> >
> https://www.postgresql.org/docs/13/ddl-partitioning.html#DDL-PARTITIONING-DECLARATIVE-LIMITATIONS
> >
> > BEFORE ROW triggers, if necessary, must be defined on individual
> > > partitions, not the partitioned table.
> > >
> >
> > Looks like that "limitation" can go now? Or reduced to something like:
> >
> > "BEFORE ROW triggers on the partitioned table cannot change which
> partition
> > is the destination."
>
> Oh, right, I'll patch that up tomorrow. Thanks for pointing it out.
>
> --
> Álvaro Herrera https://www.2ndQuadrant.com/
> PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2020-08-31 02:18:55 | Re: Update limitations for declarative partitioning |
| Previous Message | Tom Lane | 2020-08-30 15:21:36 | Re: initdb - creating clusters |