Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dbcli/pgcli
/ explain_prefix
Method
explain_prefix
pgcli/pgexecute.py:887–888 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
885
yield
row[0]
886
887
def
explain_prefix(self):
888
return
"EXPLAIN (ANALYZE, COSTS, VERBOSE, BUFFERS, FORMAT JSON) "
889
890
def
get_timezone(self) -> str:
891
query = psycopg.sql.SQL(
"show time zone"
)
Callers
1
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected