pg_stat_statments queryid - Mailing list pgsql-hackers

From Magnus Hagander
Subject pg_stat_statments queryid
Date
Msg-id CABUevEwyA_qgP7kWPYmP85pT10GUQJ26Fqd9zt6fSs88Z6SkfA@mail.gmail.com
Whole thread Raw
Responses Re: pg_stat_statments queryid
List pgsql-hackers
Was there any actual reason why we didn't end up exposing queryid in
the pg_stat_statements view?

It would be highly useful when tracking changes over time. Right now I
see people doing md5(query) to do that, which is a lot more ugly (and
obviously uses more space and is slow, too).

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/


pgsql-hackers by date:

Previous
From: Kohei KaiGai
Date:
Subject: Re: [RFC] Interface of Row Level Security
Next
From: Magnus Hagander
Date:
Subject: Re: LISTEN/NOTIFY Security and the docs