gp_log_master_concise
The gp_toolkit.gp_log_master_concise view uses an external table to read a subset of the log fields from the master log file.
The use of this view requires superuser permissions.
| Column | Description |
|---|---|
logtime |
The timestamp of the log message |
logdatabase |
The name of the database |
logsession |
The session identifier (prefixed with |
logcmdcount |
The command number within a session (prefixed with |
logseverity |
The log severity level |
logmessage |
Log or error message text |