| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | eric(dot)mutta(at)gmail(dot)com |
| Cc: | pgsql-docs(at)lists(dot)postgresql(dot)org |
| Subject: | Re: Docs for string_to_array missing for Postgres 14 |
| Date: | 2022-07-12 13:50:27 |
| Message-ID: | 1517928.1657633827@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
PG Doc comments form <noreply(at)postgresql(dot)org> writes:
> At the bottom of the docs on "Array Functions and Operators" for Postgres 14
> (see https://www.postgresql.org/docs/14/functions-array.html) there is a
> NOTE with the text "There are two differences in the behavior of
> string_to_array from pre-9.1...". However I can't see that string_to_array
> function mentioned anywhere in the Postgres 14 docs,
We moved it to table 9.10 "Other String Functions":
https://www.postgresql.org/docs/14/functions-string.html#FUNCTIONS-STRING-OTHER
because it seemed to more naturally belong there.
The NOTE you mention is gone altogether as of v15.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | PG Doc comments form | 2022-07-12 16:00:10 | 64.4.2. Bottom-up Index Deletion |
| Previous Message | PG Doc comments form | 2022-07-12 13:46:00 | "Getting Started" guide is missing a critical step? |