ADM_HIST_SQLTEXT
ADM_HIST_SQLTEXT displays information about statements executed on the current node. By default, only the system administrator can access this view. Common users can access the view only after being authorized. This view exists in both PG_CATALOG and SYS schema.
After the WDR snapshot function is enabled (that is, the GUC parameter enable_wdr_snapshot is set to on), users can view the data in this view.
Name |
Type |
Description |
---|---|---|
dbid |
integer |
Database ID. |
sql_id |
bigint |
Query ID. |
sql_text |
clob |
Text corresponding to the query. |
command_type |
integer |
Not supported. Its value is 0. |
con_dbid |
integer |
Database ID of a container, which is currently set to a value the same as that of dbid. |
con_id |
integer |
Container ID. Containers are not supported. Its value is 0. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot