Skip to content
Snippets Groups Projects
Commit 4c93b04f authored by Tom Lane's avatar Tom Lane
Browse files

Backpatch rule deparsing bugfixes into 6.5.*.

I believe this is a pretty critical bugfix, since without it, stored rules
containing CASE expressions or array references cannot be dumped by pg_dump.
Worse, rules containing expressions like (a + b) * c will be dumped
incorrectly (minus the parentheses, silently yielding the wrong answer...).
parent 04ffd2bc
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment