pg_string_extension Technical project: Create PostgreSQL Extension that provides different string related functions. Functions include: bool is_palindrome(text) bool is_anagram(text, text) text sort_chars(text)