- Istanbul
Block or Report
Block or report beratdogan
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
1
SELECT s.schemaname AS sch,
2s.relname AS rel,
3s.indexrelname AS idx,
4s.idx_scan AS scans,
5pg_size_pretty(pg_relation_size(s.relid)) AS ts,
-
1
import React, {createContext, useEffect, useContext, useReducer} from 'react';
234const initialArgs = {
5count: 0