You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried \d, \d+, \dt and describe with the table_name and public.table_name and public."table_name" but had no luck. What's the command to describe columns and constraints on any table? I can add it in a new PR.
The text was updated successfully, but these errors were encountered:
I have tried
\d
,\d+
,\dt
anddescribe
with thetable_name
andpublic.table_name
andpublic."table_name"
but had no luck. What's the command to describe columns and constraints on any table? I can add it in a new PR.The text was updated successfully, but these errors were encountered: