【发布时间】:2022-02-21 23:14:27
【问题描述】:
当我试图在我的架构中列出有关表 boarding_passes 的信息时,我收到一个错误:
demo=# \d boarding_passes
Did not find any relation named "boarding_passes".
这是我的架构中所有关系的列表:
demo=# \dt bookings.*
List of relations
Schema | Name | Type | Owner
----------+-----------------+-------+-------
bookings | aircrafts | table | dba
bookings | airports | table | dba
bookings | boarding_passes | table | dba
bookings | bookings | table | dba
bookings | flights | table | dba
bookings | seats | table | dba
bookings | ticket_flights | table | dba
bookings | tickets | table | dba
(8 rows)
【问题讨论】:
标签: postgresql unix centos psql