In PostgreSQL, the parse_ident() function splits a qualified identifier into an array of identifiers, and removes any quoting of individual identifiers.
We pass the qualified identifier to the function when we call it. We can also specify whether or not to use strict mode.