Re: BUG #18632: Whether you need to consider modifying the array's handling of delimiters? - Mailing list pgsql-bugs

From 曾满
Subject Re: BUG #18632: Whether you need to consider modifying the array's handling of delimiters?
Date
Msg-id tencent_2D97AAB662AAFDDB4BF20F4B@qq.com
Whole thread Raw
In response to BUG #18632: Whether you need to consider modifying the array's handling of delimiters?  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs

Ok, you're right, there really isn't any problem from a separator point of view


On Wed, Sep 25, 2024 20:33 PM David G. Johnston<david.g.johnston@gmail.com> wrote:
On Wednesday, September 25, 2024, PG Bug reporting form <noreply@postgresql.org> wrote:
The following bug has been logged on the website:

Bug reference:      18632
Logged by:          Man Zeng
Email address:      zengman@halodbtech.com
PostgreSQL version: 14.10
Operating system:   centos-8
Description:       

Hi, I found a problem with array separator handling.
The current handling of delimiters is not quite as expected (not very
flexible).

So should we consider modifying "array_in" to enhance the handling of
separators to be more consistent with people's expectations?


A design being inflexible or not meeting people’s expectations is not a bug.  The system is behaving as documented.  And we are not going to be redefining how valid code is parsed here.

David J.

pgsql-bugs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: BUG #18632: Whether you need to consider modifying the array's handling of delimiters?
Next
From: Jehan-Guillaume de Rorthais
Date:
Subject: Re: BUG #18628: Race condition during attach/detach partition breaks constraints of partition having foreign key