List of PostgreSQL related pages
-
PostgreSQL - Getting the Character Count
To check the number of characters, use the length function. This function returns the number of characters, not bytes, so it returns the same result regardless of whether the characters are half-width or full-width.