On 5/22/25 19:50, Sam Gendler wrote:
I think the closest you would get to a single product for all that is
a single suite of products which are reasonably well-integrated.
issue, project, and product management are almost always combined
unless you are just using github issue tracking or the l
Hello,
Belatedly, I came back to this issue in the release notes. Here's a
query for correctly reporting the problem and not reporting the cases
where there isn't a problem:
SELECT conrelid::pg_catalog.regclass AS "constrained table",
conname AS constraint,
confrelid::pg_catalog.re
On 5/27/25 7:27 AM, Richard Zetterberg wrote:
Hello,
I have a read-only table that contains a set of never changing
categories. Each category has a unique alpha numerical ID and a
description. The purpose of this table is so that other tables can
reference the ID of this table, to make sur
Alvaro Herrera writes:
> I'm going to fix the query in the release notes for all past branches
> now, to avoid confusing people upgrading in the future ... hopefully not
> many, but I don't think it's going to be zero people.
OK, thanks.
regards, tom lane
Hello,
I have a read-only table that contains a set of never changing categories.
Each category has a unique alpha numerical ID and a description. The
purpose of this table is so that other tables can reference the ID of this
table, to make sure that they don't contain invalid/unknown categories a
I would like to know the behavior when disconnecting streaming replication.
An attempt was made to disconnect streaming replication from a standby server
during streaming replication by using the ALTER SET command and setting primary
_conninfo to an empty string.
However, we have observed that if