Wednesday, July 20, 2022

[google-cloud-sql-discuss] Re: Is anyone else noticing cloud sql for postgres 12 not working

Right now, there is an incident affecting europe-west2 Cloud SQL instances. The Software team is aware of it and is currently working on it to solve it ASAP.

You can get updates of this incident at:

On Thursday, July 14, 2022 at 5:06:19 PM UTC-5 jki...@northwell.edu wrote:
I see errors in the logs that appear to be a misplaced comma in the query used by cloudsqladmin

the query
reads SELECT wait_event current_timestamp, count(*) as num_queries, FROM pg_catalog.pg_stat_activity WHERE wait_event_type='IO' GROUP BY wait_event_type, wait_event

its should read

SELECT wait_event, current_timestamp, count(*) as num_queries FROM pg_catalog.pg_stat_activity WHERE wait_event_type='IO' GROUP BY wait_event_type, wait_event

--
You received this message because you are subscribed to the Google Groups "Google Cloud SQL discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-sql-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-sql-discuss/4ab14943-c810-4a5c-b48f-6245d8eaa024n%40googlegroups.com.

No comments:

Post a Comment