Views
8- v_active_users
- v_revenue_daily
- mv_top_products
- + 5 more
studio / catalog · 01 — The other objects
Views, sequences, triggers, functions, indexes — the objects every database has and most table-first tools ignore. Studio gives them the same surface as tables, with the operations you actually run on each.
02 — Click into one
Definition viewer with copy. Materialized views get a one-click REFRESH MATERIALIZED.
Current value at a glance. nextval, setval, RESTART — all without leaving the tab.
Timing, events, table affiliation. Full pg_get_triggerdef in a copyable code block.
Returns, args, language, kind. Source viewer for plpgsql, sql, and any installed language.
03 — Indexes
Every table's info drawer carries the index list. Drop, create CONCURRENTLY, pick a method (btree / gin / gist / hash / brin) without touching SQL.
btreedefault · range queriesginjsonb · array · full-textgistgeospatial · range typeshashequality onlybrinhuge tables · summary04 — One-click actions
On any materialized view, with a confirm dialog.
Click open. The view becomes a regular table page.
On a sequence. Returns the new value, updates the panel.
Fix a sequence after a bulk import. With a confirm.
From the table info drawer. CONCURRENTLY by default.
View, trigger, function — copyable source for migrations.
Overview, contrast, eight surfaces.
/studioCross-database — every connection, activity, search.
/studio/workspaceBrowse, edit, bulk operations, sensitive masking.
/studio/tablesMulti-tab editor, plans, watch, charts.
/studio/sqlLock graph, RLS, roles, permission matrix.
/studio/securityThree deployment modes.
/studio/launch