fetch time included in pg_stat_statements?

From: Ayub M <hiayub(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: fetch time included in pg_stat_statements?
Date: 2019-10-01 09:25:08
Message-ID: CAOS0qEuJm7SSnAk+F0nYNcwN67kgy1TGxrgvv0=taNomajzVVQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Does the pg_stat_statements.total_time include the time it takes for all
fetches of a cursor query. Or is it only the db time taken to execute the
query?

--
Regards,
Ayub

Browse pgsql-general by date

  From Date Subject
Next Message Mike Roest 2019-10-01 12:02:17 Schema dump/restore not restoring grants on the schema
Previous Message Kyotaro Horiguchi 2019-10-01 09:15:00 Re: Query Tuning