trailing - Search results
Mailing lists >> pgsql-admin >> Thread
2023-06-15 17:43:51 | Re: The same result for with SPACE and without SPACE (M Sarwar)
trailing spaces. Yes. Or more precisely, it is because when a string is cast to an int, leading
Mailing lists >> pgsql-admin >> Thread
2023-06-15 17:13:10 | Re: The same result for with SPACE and without SPACE (M Sarwar)
trailing
spaces:
https:///?url=https%3A%2F%2Fwww.postgresql.org%2Fdocs%2Fcurrent%2Fdatatype-character.html&data=05%7C01%7C%7C10a23b4db34a484aa3cb08db6d291b28%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638223795537107272%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=PMlQtWXS2OrzG%2FNZlFB3qGpKwKaTjnA4fsEQKFTVivk%3D&reserved=0
Mailing lists >> pgsql-admin >> Thread
2023-06-15 15:56:37 | Re: The same result for with SPACE and without SPACE (Scott Ribe)
trailing spaces. Yes. Or more precisely, it is because when a string is cast to an int, leading
Mailing lists >> pgsql-admin >> Thread
2023-06-15 15:21:56 | The same result for with SPACE and without SPACE (Wetmore, Matthew (CTR))
trailing spaces do not cause an exception. When casting integer to char(n), the string
Mailing lists >> pgsql-admin >> Thread
2023-06-15 14:11:33 | Re: The same result for with SPACE and without SPACE (mahesh)
trailing spaces do not cause an exception. When casting integer to char(n), the string
Mailing lists >> pgsql-admin >> Thread
2023-06-15 13:38:36 | Re: The same result for with SPACE and without SPACE (Scott Ribe)
trailing spaces do not cause an exception. When casting integer to char(n), the string
Mailing lists >> pgsql-admin >> Thread
2023-06-15 13:08:06 | The same result for with SPACE and without SPACE (Wetmore, Matthew (CTR))
trailing spaces: https:///v3/__https://www.postgresql.org/docs/current/datatype-character.html__;!!GFE8dS6aclb0h1nkhPf9!5ahVPSTPuRxIvywc-UhqjYfqPmkGYEBT5b4GYndHqVaD0G98F0LrX6G6GgTNaJsMVaewVB5e1wox__K0nNGLZsEilYBU$ regards, tom lane
Mailing lists >> pgsql-admin >> Thread
2023-06-14 22:47:21 | Re: The same result for with SPACE and without SPACE (Scott Ribe)
trailing spaces are semantically meaningless Anyway, the closest I could to finding a reference on comparison
Mailing lists >> pgsql-admin >> Thread
2023-06-14 22:45:39 | Re: The same result for with SPACE and without SPACE (Tom Lane)
writes: You expect incorrectly. CHAR comparison is insensitive to trailing spaces: https:///docs/current/datatype-character.html regards, tom lane