49 字
1 分钟
postgres cheatsheet
postgres cheatsheet
\d+列出所有 table/sequence/view,并列出存储大小等详细信息\dt+列出所有 table,并列出存储大小等详细信息
系统表
pg_tables
pg_stat_activity
pg_settings
Q&A
如何列出所有的 function
postgres cheatsheet
https://blog.zhequtao.com/posts/post/postgres-cheatsheet/