postgresql/src/test/modules/test_pg_dump
Tom Lane d12b4ba1bd Fix one more portability shortcoming in new test_pg_dump test.
If the bootstrap superuser's name requires quoting, regroleout
will supply double quotes ... but the result of CURRENT_USER
is just the literal name.  Apply quote_ident() to ensure a match.

Per Andrew Dunstan's off-list investigation of buildfarm member
prion's failures.
2024-04-30 10:45:14 -04:00
..
expected Fix one more portability shortcoming in new test_pg_dump test. 2024-04-30 10:45:14 -04:00
sql Fix one more portability shortcoming in new test_pg_dump test. 2024-04-30 10:45:14 -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.