I never knew this was possible, but I ran across a note on the meson
wiki page[1]. I wish I knew about it years ago!
This patch adds a note to
https://www.postgresql.org/docs/current/regress-run.html so that other
hackers and potential hackers will know about it.
[1] https://wiki.postgresql.org/w
Our docs seem to contrast "streaming replication" to logical, but
these are not really opposites. Sometimes when they say "streaming"
they mean "physical".
Probably this is historical: at first physical replication was the
only kind of streaming we had.
Personally this has caused me a lot of conf
On Sat, Nov 11, 2023 at 1:00 PM Phil Eaton wrote:
> I was looking into table access methods recently and found the
> existing page a bit sparse. Here's a small patch adding a little more
> example code to the table access methods page.
I agree this is a helpful addition for people exploring table