Hello, I am working on a custom parser grammar that extends "PostgresqlSqlDialect". I have a simple case where I want to allow my grammar to accept the token "SUBSTR" and have it behave exactly like "SUBSTRING" would. Is there a simple way to map this behavior without having to create a new "SqlCall" extended class and correlating ftl files?
- Jeremy Dyer
