Files
neon/vendor/revisions.json
Mark Novikov d22377c754 Skip event triggers in dump-restore (#11794)
## Problem

Data import fails if the src db has any event triggers, because those
can only be restored by a superuser. Specifically imports from Heroku
and Supabase are guaranteed to fail.

Closes https://github.com/neondatabase/cloud/issues/27353

## Summary of changes

Depends on `pg_dump` patches per each supported PostgreSQL version:
- https://github.com/neondatabase/postgres/pull/630
- https://github.com/neondatabase/postgres/pull/629
- https://github.com/neondatabase/postgres/pull/627
- https://github.com/neondatabase/postgres/pull/628
2025-05-08 11:04:28 +00:00

19 lines
305 B
JSON

{
"v17": [
"17.4",
"b763ab54b98d232a0959371ab1d07f06ed77c49e"
],
"v16": [
"16.8",
"05ddf212e2e07b788b5c8b88bdcf98630941f6ae"
],
"v15": [
"15.12",
"b838c8969b7c63f3e637a769656f5f36793b797c"
],
"v14": [
"14.17",
"108856a4ae76be285b04497a0ed08fcbe60ddbe9"
]
}