pgstringextension

March 25, 2018 ยท View on GitHub

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)