why do we allow people to create a publication before setting wal_leve

From: Dave Cramer <davecramer(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: why do we allow people to create a publication before setting wal_leve
Date: 2020-07-02 16:37:29
Message-ID: CADK3HH+o14TA-0=8u2++JqsegSP-8TTJU2mSPB4fCCVeB7ABkg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

This seems pretty strange:

create publication pub1 for all tables;

WARNING: wal_level is insufficient to publish logical changes
HINT: Set wal_level to logical before creating subscriptions.

Dave Cramer

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Cramer 2020-07-02 16:41:14 Re: Binary support for pgoutput plugin
Previous Message Tom Lane 2020-07-02 16:34:00 Re: [PATCH] fix GIN index search sometimes losing results