postgresql/src/test/modules/test_pg_dump
Tom Lane b7dc5da196 Force COLLATE "C" to stabilize ordering, redux.
David Rowley correctly pointed out that I'd collat-ified only
one of the two troublesome queries.  Definitely not my day.

Discussion: https://postgr.es/m/CAApHDvo8pMk5WWFAqwGzuQ-Xh+957W61io_OsCP0oUzqCCODTg@mail.gmail.com
2024-04-29 23:32:05 -04:00
..
expected Force COLLATE "C" to stabilize ordering, redux. 2024-04-29 23:32:05 -04:00
sql Force COLLATE "C" to stabilize ordering, redux. 2024-04-29 23:32:05 -04:00
t Add "--exclude-extension" to pg_dump's options. 2024-03-20 08:05:44 +00:00
.gitignore Add TAP tests for pg_dump 2016-05-06 14:06:50 -04:00
Makefile Add PGXS options to control TAP and isolation tests, take two 2018-12-03 09:27:35 +09:00
README Fix possible future cache reference leak in ALTER EXTENSION ADD/DROP. 2020-04-17 13:41:59 -04:00
meson.build Allow meson builds to run test_pg_dump test in installcheck mode. 2024-04-29 19:46:33 -04:00
test_pg_dump--1.0.sql Don't try to dump RLS policies or security labels for extension objects. 2023-11-13 17:04:26 -05:00
test_pg_dump.control Add TAP tests for pg_dump 2016-05-06 14:06:50 -04:00

README

test_pg_dump is an extension explicitly to test pg_dump when
extensions are present in the system.

We also make use of this module to test ALTER EXTENSION ADD/DROP.