Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dbcli/pgcli
/ view_columns
Method
view_columns
pgcli/pgexecute.py:634–635 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
632
yield
from
self._columns(kinds=[
"r"
,
"p"
,
"f"
])
633
634
def
view_columns(self):
635
yield
from
self._columns(kinds=[
"v"
,
"m"
])
636
637
def
databases(self):
638
with
self.conn.cursor()
as
cur:
Callers
2
refresh_views
Function · 0.80
test_schemata_table_views_and_columns_query
Function · 0.80
Calls
1
_columns
Method · 0.95
Tested by
1
test_schemata_table_views_and_columns_query
Function · 0.64