There is a small inconsistency in the definition of how TEXT is handled in Redshift. While the description states that values up to 256 characters are accepted, it should be 256 bytes or single-byte-characters.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Closing this issue or pull request in advance of archiving this repo. For more information about the decision to archive this repo (and others in the 'awsdocs' org), see the announcement on the AWS News Blog.
Description of changes:
There is a small inconsistency in the definition of how
TEXT
is handled in Redshift. While the description states that values up to 256 characters are accepted, it should be 256 bytes or single-byte-characters.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.