We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set pg_stat_sql_plans.track='all'; set pg_stat_sql_plans.track_planid=true; set pg_stat_sql_plans.explain=true; set log_min_error_statement=LOG;
postgres=# select id from A; LOG: queryid: 7449492610579586729 planid: 7866381122914524383 plan: Seq Scan on a (cost=0.00..35.50 rows=2550 width=4) id
(0 rows)
--> to be added in doc
The text was updated successfully, but these errors were encountered:
legrandlegrand
No branches or pull requests
set pg_stat_sql_plans.track='all';
set pg_stat_sql_plans.track_planid=true;
set pg_stat_sql_plans.explain=true;
set log_min_error_statement=LOG;
postgres=# select id from A;
LOG: queryid: 7449492610579586729 planid: 7866381122914524383 plan:
Seq Scan on a (cost=0.00..35.50 rows=2550 width=4)
id
(0 rows)
--> to be added in doc
The text was updated successfully, but these errors were encountered: