db1=# \x
Expanded display is on.
db1=# SELECT * FROM information_schema.tables WHERE table_name='tab100';
-[ RECORD 1 ]----------------+-----------
table_catalog                | db1
table_schema                 | public
table_name                   | tab100
table_type                   | BASE TABLE
self_referencing_column_name | 
reference_generation         | 
user_defined_type_catalog    | 
user_defined_type_schema     | 
user_defined_type_name       | 
is_insertable_into           | YES
is_typed                     | NO
commit_action                | 

db1=# \x
Expanded display is off.
db1=# 

 

相关文章:

  • 2021-10-05
  • 2022-12-23
  • 2022-12-23
  • 2022-01-04
  • 2022-12-23
  • 2021-10-25
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2023-03-18
  • 2021-09-26
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案