On 2022-07-23 00:35, Fujii Masao wrote:
On 2022/03/17 17:56, Shinya Kato wrote:
Thank you for the review, and sorry for late reply.
I fixed it.
Thanks for updating the patch!
Thank you for the review!
I found that the patch has two trailing whitespaces.
Sorry, I fixed them.
+A
PG Doc comments form writes:
> The section on array searching here:
> https://www.postgresql.org/docs/current/arrays.html#ARRAYS-SEARCHING
> ...says "In addition, you can find rows where the array has all values equal
> to 1 with:" and gives the following code example:
> SELECT *
PG Doc comments form writes:
> "If you declare a column as UNIQUE or PRIMARY KEY, the implicitly generated
> index is case-sensitive. So it's useless for case-insensitive searches, and
> it won't enforce uniqueness case-insensitively."
> I think the statement above is not correct. I tried creatin
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/14/arrays.html
Description:
The section on array searching here:
https://www.postgresql.org/docs/current/arrays.html#ARRAYS-SEARCHING
...says "In addition, you can find rows where the
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/14/citext.html
Description:
"If you declare a column as UNIQUE or PRIMARY KEY, the implicitly generated
index is case-sensitive. So it's useless for case-insensitive searches, and
it won't en