操作指南

 

查看数据库日志

更新时间 2023-09-06

PolonDB 提供最近 7 天的数据库日志。

操作步骤

  1. 连接所要查看节点的 postgres
  2. 通过查询表的方式查看日志。
postgres=> \d
                 List of relations
 Schema |      Name      |
--------+----------------+
 public | postgresql_fri
 public | postgresql_mon
 public | postgresql_sat
 public | postgresql_sun
 public | postgresql_thu
 public | postgresql_tue 
 public | postgresql_wed 
这篇文档解决了您的问题吗?
0
0