Misleading "For more information..." placement

2023-03-25 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/15/datatype-character.html Description: In the paragraph > The characters that can be stored in any of these data types are determined by the database character set, which is selected when

List Tables

2023-03-25 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/15/tutorial-table.html Description: Would be nice to add a paragraph after create table and before delete table with list tables.

Split_Part w/negative integer does not work

2023-03-25 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/15/functions-string.html Description: When n is negative, an error occurs. Documentation split_part ( string text, delimiter text, n integer ) → text Splits string at occurrences of delimite

Re: Split_Part w/negative integer does not work

2023-03-25 Thread Erik Wienhold
> On 24/03/2023 21:45 CET PG Doc comments form wrote: > > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/15/functions-string.html > Description: > > When n is negative, an error occurs. > > Documentation > split_part ( string text, del

Re: Split_Part w/negative integer does not work

2023-03-25 Thread Tom Lane
PG Doc comments form writes: > Page: https://www.postgresql.org/docs/15/functions-string.html > Documentation > split_part ( string text, delimiter text, n integer ) → text > Splits string at occurrences of delimiter and returns the n'th field > (counting from one), or when n is negative, returns