Updated on 2024-06-03 GMT+08:00

SUMMARY_USER_LOGIN

SUMMARY_USER_LOGIN records information about user logins and logouts on all CNs, as described in Table 1.

Table 1 SUMMARY_USER_LOGIN columns

Name

Type

Description

node_name

text

Node name.

user_name

text

Username.

user_id

integer

User OID. (Its value is the same as that of oid in pg_authid.)

login_counter

bigint

Number of logins.

logout_counter

bigint

Number of logouts.