Re: The same result for with SPACE and without SPACE - Mailing list pgsql-admin

From Scott Ribe
Subject Re: The same result for with SPACE and without SPACE
Date
Msg-id B92B919F-8A47-48F5-BD5C-4C125A2E6F79@elevated-dev.com
Whole thread Raw
In response to Re: The same result for with SPACE and without SPACE  (M Sarwar <sarwarmd02@outlook.com>)
Responses Re: The same result for with SPACE and without SPACE
List pgsql-admin
One more followup comment: CHAR is rather an archaic vestige, from a time when fixed-length vs variable-length might
measurablyimprove performance somewhere, or removing the requirement to store a length with every instance might help
withspace requirements. There is really almost no anymore to ever use it for fixed length strings. There is *NO* good
reasonthat I know of to ever use it for values which are not actually fixed-length, that is assuredly a mistake. 


pgsql-admin by date:

Previous
From: Scott Ribe
Date:
Subject: Re: The same result for with SPACE and without SPACE
Next
From: "Wetmore, Matthew (CTR)"
Date:
Subject: The same result for with SPACE and without SPACE