【Postgres】列出某个数据库下的某个schema下面所有的表

1. \c my_database

2. set search_path to my_schema;

3. \d

你可能感兴趣的:(数据库)