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-02T19:23:25Z
Lists: pgsql-hackers
Chapman Flack <jcflack@acm.org> writes:
> On 06/02/25 14:13, Tom Lane wrote:
>> 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.

> LGTM

Pushed, thanks for looking at it.

			regards, tom lane



Commits

  1. Disallow "=" in names of reloptions and foreign-data options.