EctoPSQLExtras behaviour (ecto_psql_extras v0.6.3) View Source
The entry point for each function.
Link to this section Summary
Functions
Run all_locks
query on repo
, in the given format
.
Run bloat
query on repo
, in the given format
.
Run blocking
query on repo
, in the given format
.
Run cache_hit
query on repo
, in the given format
.
Run calls
query on repo
, in the given format
.
Run extensions
query on repo
, in the given format
.
Run index_cache_hit
query on repo
, in the given format
.
Run index_size
query on repo
, in the given format
.
Run index_usage
query on repo
, in the given format
.
Run kill_all
query on repo
, in the given format
.
Run locks
query on repo
, in the given format
.
Run long_running_queries
query on repo
, in the given format
.
Run mandelbrot
query on repo
, in the given format
.
Run null_indexes
query on repo
, in the given format
.
Run outliers
query on repo
, in the given format
.
Returns all queries and their modules.
Run a query with name
, on repo
, in the given format
.
Run records_rank
query on repo
, in the given format
.
Run seq_scans
query on repo
, in the given format
.
Run table_cache_hit
query on repo
, in the given format
.
Run table_indexes_size
query on repo
, in the given format
.
Run table_size
query on repo
, in the given format
.
Run total_index_size
query on repo
, in the given format
.
Run total_table_size
query on repo
, in the given format
.
Run unused_indexes
query on repo
, in the given format
.
Run vacuum_stats
query on repo
, in the given format
.
Link to this section Functions
Run all_locks
query on repo
, in the given format
.
format
is either :ascii
or :raw
Run bloat
query on repo
, in the given format
.
format
is either :ascii
or :raw
Run blocking
query on repo
, in the given format
.
format
is either :ascii
or :raw
Run cache_hit
query on repo
, in the given format
.
format
is either :ascii
or :raw
Run calls
query on repo
, in the given format
.
format
is either :ascii
or :raw
Run extensions
query on repo
, in the given format
.
format
is either :ascii
or :raw
Run index_cache_hit
query on repo
, in the given format
.
format
is either :ascii
or :raw
Run index_size
query on repo
, in the given format
.
format
is either :ascii
or :raw
Run index_usage
query on repo
, in the given format
.
format
is either :ascii
or :raw
Run kill_all
query on repo
, in the given format
.
format
is either :ascii
or :raw
Run locks
query on repo
, in the given format
.
format
is either :ascii
or :raw
Run long_running_queries
query on repo
, in the given format
.
format
is either :ascii
or :raw
Run mandelbrot
query on repo
, in the given format
.
format
is either :ascii
or :raw
Run null_indexes
query on repo
, in the given format
.
format
is either :ascii
or :raw
Run outliers
query on repo
, in the given format
.
format
is either :ascii
or :raw
Returns all queries and their modules.
If a repository is given, it will be queried for extensions support and special queries will be included if available.
Run a query with name
, on repo
, in the given format
.
format
is either :ascii
or :raw
.
Run records_rank
query on repo
, in the given format
.
format
is either :ascii
or :raw
Run seq_scans
query on repo
, in the given format
.
format
is either :ascii
or :raw
Run table_cache_hit
query on repo
, in the given format
.
format
is either :ascii
or :raw
Run table_indexes_size
query on repo
, in the given format
.
format
is either :ascii
or :raw
Run table_size
query on repo
, in the given format
.
format
is either :ascii
or :raw
Run total_index_size
query on repo
, in the given format
.
format
is either :ascii
or :raw
Run total_table_size
query on repo
, in the given format
.
format
is either :ascii
or :raw
Run unused_indexes
query on repo
, in the given format
.
format
is either :ascii
or :raw
Run vacuum_stats
query on repo
, in the given format
.
format
is either :ascii
or :raw
Link to this section Callbacks
Specs
Specs
query() :: binary()