Modifying Arrays

2023-02-27 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/15/arrays.html Description: According to the official document of PostgreSQL 15, in the section 8.15.4. Modifying Arrays there is a statement like: The slice syntaxes with omitted lower-boun

Re: Modifying Arrays

2023-02-27 Thread Tom Lane
PG Doc comments form writes: > According to the official document of PostgreSQL 15, in the section 8.15.4. > Modifying Arrays there is a statement like: > The slice syntaxes with omitted lower-bound and/or upper-bound can be used > too, but only when updating an array value that is not NULL or >

Re: Modifying Arrays

2023-02-27 Thread Umut TEKİN
Hi Tom, Thanks for the e - mail. I did interpret it exactly in a different manner, it was my mistake. I am sorry. Thanks! On Mon, Feb 27, 2023 at 4:41 PM Tom Lane wrote: > PG Doc comments form writes: > > According to the official document of PostgreSQL 15, in the section > 8.15.4. > > Modify