trailing - Search results
Mailing lists >> pgsql-admin >> Thread
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
Mailing lists >> pgsql-admin >> Thread
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
Mailing lists >> pgsql-admin >> Thread
2023-11-30 22:00:24 | Re: char column with a single space as the default not working (Ron Johnson)
Lane
Mailing lists >> pgsql-admin >> Thread
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