Re: tighten generic_option_name, or store more carefully in catalog?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Chapman Flack <jcflack@acm.org>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2025-06-02T18:13:43Z
Lists: pgsql-hackers
Attachments
- v1-disallow-equal-in-option-names.patch (text/x-diff) patch v1
Here's a proposed patch for the "=" issue. Whether or not we should rethink FDW validation behavior, doing so surely couldn't be back-patched. But I think this much should be. regards, tom lane
Commits
-
Disallow "=" in names of reloptions and foreign-data options.
- eb423464753f 14.19 landed
- cd31eaaebc40 13.22 landed
- e76097124f7d 15.14 landed
- d4046125dd7d 17.6 landed
- ab758ec4d307 16.10 landed
- aa87f69c009a 18.0 landed