Re: Recommendation for upgrading from PostgreSQL 9.3

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: KS0C77263(at)techmahindra(dot)com
Cc: pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Recommendation for upgrading from PostgreSQL 9.3
Date: 2018-11-12 10:50:50
Message-ID: CAFj8pRCr=xuz+qF0Lh06_p3d2H7526msUeWM7Mv2RU24GFx_Ug@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

po 12. 11. 2018 v 11:45 odesílatel Karl Martin Skoldebrand <
KS0C77263(at)techmahindra(dot)com> napsal:

> I found a note on logical replication in PostgreSQL 10.x with the caveat
> “There are also a number of caveats regarding what objects are actually
> replicated—for example, only tables are replicated, such objects as views
> and sequences are not.”
>
>
>
> Does replication in 10.x now include views etc? We have quite a number of
> those that would it be if they are included.
>

PostgreSQL doesn't add new features in minor versions - so all limits for
10 are valid for 10.x

The replication doesn't copy views - but the views (not materialized views)
are stored queries. So if you replicate data, then views are refreshed
automatically. The significant limit of logical replication of PostgreSQL
10, 11 is impossibility to replicated DDL commands - the change of schema
should be distributed by different method.

Regards

Pavel

>
>
> /M
>
>
> ============================================================================================================================
>
> Disclaimer: This message and the information contained herein is
> proprietary and confidential and subject to the Tech Mahindra policy
> statement, you may review the policy at
> http://www.techmahindra.com/Disclaimer.html externally
> http://tim.techmahindra.com/tim/disclaimer.html internally within
> TechMahindra.
>
>
> ============================================================================================================================
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Karl Martin Skoldebrand 2018-11-12 12:08:25 RE: Recommendation for upgrading from PostgreSQL 9.3
Previous Message Karl Martin Skoldebrand 2018-11-12 10:41:00 RE: Recommendation for upgrading from PostgreSQL 9.3