File: load.sql

package info (click to toggle)
pg-wait-sampling 1.1.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 184 kB
  • sloc: ansic: 1,293; sql: 119; makefile: 22; sh: 17
file content (7 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
CREATE EXTENSION pg_wait_sampling;

\d pg_wait_sampling_current
\d pg_wait_sampling_history
\d pg_wait_sampling_profile

DROP EXTENSION pg_wait_sampling;