PostgreSQL: Show tables in PostgreSQL

后端 未结 24 2614
醉梦人生
醉梦人生 2020-11-28 16:58

What\'s the equivalent to show tables (from MySQL) in PostgreSQL?

24条回答
  •  Happy的楠姐
    2020-11-28 17:28

    \dt will list tables, and "\pset pager off" shows them in the same window, without switching to a separate one. Love that feature to death in dbshell.

提交回复
热议问题