Question
Stratosphere Technical Consulting
US
Last activity: 7 Aug 2023 10:32 EDT
ERROR: column "total_time" does not exist
After upgrading to Postgres 14.6 and enabling pg_stat_statements, it appears in this latest version of Postgres, the column in pg_stat_statements that was named "total_time" is now named "total_exec_time".
All AES queries used to push data to PDC using "total_time" are now failing. There does not appear to be an AES update for this.
How can I update AES to fix the column name in the Connect SQL rules:
PegaAESRemote-Interface-DBStats.PostgreSQL.PopulateStatsInfoWithQueryID
PegaAESRemote-Interface-DBStats.PostgreSQL.PopulateStatsInfo