suggest about bpchar data type in the document

2022-09-14 Thread yanliang lei
I hope that: in the https://www.postgresql.org/docs/14/datatype-characterin.html ,It needs to be written clearly “bpchar” data type, and in the above url, Only mentioned “blank padded” ,If someone does not know this knowledge point(blank padded =bp),he/she will make a detour in the study

Re: suggest about bpchar data type in the document

2022-09-14 Thread Laurenz Albe
On Wed, 2022-09-14 at 17:41 +0800, yanliang lei wrote: > I hope that: > >  in the  https://www.postgresql.org/docs/14/datatype-characterin.html ,It > needs to be written clearly  “bpchar” data type, > > and in the above url, Only mentioned “blank padded” ,If someone does not know  > this knowle

Re: suggest about bpchar data type in the document

2022-09-27 Thread Laurenz Albe
On Wed, 2022-09-14 at 18:48 +0200, Laurenz Albe wrote: > On Wed, 2022-09-14 at 17:41 +0800, yanliang lei wrote: > > I hope that: > > > >  in the  https://www.postgresql.org/docs/14/datatype-characterin.html ,It > > needs to be written clearly  “bpchar” data type, > > > > and in the above url, On

Re: suggest about bpchar data type in the document

2022-09-28 Thread Tom Lane
Laurenz Albe writes: >> I think that adding "bpchar(n)" in table 8.4 would be a good thing. > Here is a patch for that. There would need to be some mention of it in the paras below, too. regards, tom lane

Re: suggest about bpchar data type in the document

2022-09-28 Thread Laurenz Albe
On Wed, 2022-09-28 at 10:48 -0400, Tom Lane wrote: > Laurenz Albe writes: > > > I think that adding "bpchar(n)" in table 8.4 would be a good thing. > > > Here is a patch for that. > > There would need to be some mention of it in the paras below, too. True. I think the attached should be suffic

Re: suggest about bpchar data type in the document

2022-09-28 Thread Tom Lane
Laurenz Albe writes: > On Wed, 2022-09-28 at 10:48 -0400, Tom Lane wrote: >> There would need to be some mention of it in the paras below, too. > True. I think the attached should be sufficient. Pushed. I failed to resist the temptation to do some further cleanup in the same area.

Re: suggest about bpchar data type in the document

2022-09-28 Thread Laurenz Albe
On Wed, 2022-09-28 at 12:32 -0400, Tom Lane wrote: > Laurenz Albe writes: > > On Wed, 2022-09-28 at 10:48 -0400, Tom Lane wrote: > > > There would need to be some mention of it in the paras below, too. > > > True.  I think the attached should be sufficient. > > Pushed.  I failed to resist the te