Error: Function aurora_version()
Does Not Exist at Character 8
Issue
The following error appears:
ERROR: function aurora_version() does not exist at character 8
Environment
Connector: PostgreSQL
Resolution
You don't need to take any action to resolve this issue. You can ignore the error.
Cause
During each PostgreSQL connector sync, we attempt to query the Amazon Aurora PostgreSQL database version by running the query SELECT aurora_version()
. We run the query for all PostgreSQL connector types.
The above error appears if you use any PostgreSQL database other than an Amazon Aurora PostgreSQL database.