why do we allow people to create a publication before setting wal_leve - Mailing list pgsql-hackers

From Dave Cramer
Subject why do we allow people to create a publication before setting wal_leve
Date
Msg-id CADK3HH+o14TA-0=8u2++JqsegSP-8TTJU2mSPB4fCCVeB7ABkg@mail.gmail.com
Whole thread Raw
Responses Re: why do we allow people to create a publication before setting wal_leve  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
List 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

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCH] fix GIN index search sometimes losing results
Next
From: Dave Cramer
Date:
Subject: Re: Binary support for pgoutput plugin