pgsql: pg_dump: provide a stable sort order for rules.

2025-07-31 Thread Noah Misch
pg_dump: provide a stable sort order for rules. Previously, we sorted rules by schema name and then rule name; if that wasn't unique, we sorted by rule OID. This can be problematic for comparing dumps from databases with different histories, especially since certain rule names like "_RETURN" are

pgsql: pg_dump: provide a stable sort order for rules.

2025-07-31 Thread Noah Misch
pg_dump: provide a stable sort order for rules. Previously, we sorted rules by schema name and then rule name; if that wasn't unique, we sorted by rule OID. This can be problematic for comparing dumps from databases with different histories, especially since certain rule names like "_RETURN" are

pgsql: pg_dump: provide a stable sort order for rules.

2025-07-31 Thread Noah Misch
pg_dump: provide a stable sort order for rules. Previously, we sorted rules by schema name and then rule name; if that wasn't unique, we sorted by rule OID. This can be problematic for comparing dumps from databases with different histories, especially since certain rule names like "_RETURN" are

pgsql: pg_dump: provide a stable sort order for rules.

2025-07-31 Thread Noah Misch
pg_dump: provide a stable sort order for rules. Previously, we sorted rules by schema name and then rule name; if that wasn't unique, we sorted by rule OID. This can be problematic for comparing dumps from databases with different histories, especially since certain rule names like "_RETURN" are

pgsql: pg_dump: provide a stable sort order for rules.

2025-07-31 Thread Noah Misch
pg_dump: provide a stable sort order for rules. Previously, we sorted rules by schema name and then rule name; if that wasn't unique, we sorted by rule OID. This can be problematic for comparing dumps from databases with different histories, especially since certain rule names like "_RETURN" are

pgsql: pg_dump: provide a stable sort order for rules.

2024-11-04 Thread Tom Lane
pg_dump: provide a stable sort order for rules. Previously, we sorted rules by schema name and then rule name; if that wasn't unique, we sorted by rule OID. This can be problematic for comparing dumps from databases with different histories, especially since certain rule names like "_RETURN" are