Hello, I’m not sure if this is the correct distribution list for this type of question but I’ll try anyways. We have an app that uses multiple schemas. It will do a set schema ‘schema_name’ and execute queries. The queries executed are the
same regardless of the schema the connection set. In pg_stat_statements the exact same query will get a different queryid for each schema that executes the query.
I’m unable to determine which queryid comes from which schema the query was executed under. Is anyone aware of a way to determine this? Thanks in advance. Steve |