PGXC_OS_THREADS
PGXC_OS_THREADS displays thread status information under all normal nodes in the current cluster. Only users with the SYSADMIN and MONADMIN permissions can query this view.
| Name | Type | Description |
|---|---|---|
| node_name | text | Names of the normal nodes in the cluster. |
| pid | bigint | IDs of running threads among the normal node processes in the current cluster. |
| lwpid | integer | ID of the lightweight thread corresponding to pid. |
| thread_name | text | Name of the thread corresponding to pid. |
| creation_time | timestamp with time zone | Creation time of the thread corresponding to pid. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.