trailing - Search results

2023-11-30 22:43:17 | Re: char column with a single space as the default not working (M Sarwar)

trailing spaces to be significant, char is simply the wrong data type. regards, tom lane

2023-11-30 22:34:25 | Re: char column with a single space as the default not working (Tom Lane)

trailing spaces to be significant, char is simply the wrong data type. regards, tom lane

2023-11-30 22:00:24 | Re: char column with a single space as the default not working (Ron Johnson)

Lane wrote: How do you get a trailing space when trailing spaces are significant?

2023-11-30 19:55:56 | Re: char column with a single space as the default not working (Tom Lane)

trailing space(s) of the "char" value. As David said, you're best off not using