Redshift Research Project

System Table Tracker

System view pg_catalog.stl_connection_log version 1.0.62614 / 2024-02-02

schema name column data type
pg_catalog stl_connection_log application_name char(250)
pg_catalog stl_connection_log authmethod char(32)
pg_catalog stl_connection_log compression char(16)
pg_catalog stl_connection_log dbname char(50)
pg_catalog stl_connection_log driver_version char(64)
pg_catalog stl_connection_log duration int8
pg_catalog stl_connection_log event char(50)
pg_catalog stl_connection_log iamauthguid char(36)
pg_catalog stl_connection_log mtu int4
pg_catalog stl_connection_log os_version char(64)
pg_catalog stl_connection_log pid int4
pg_catalog stl_connection_log plugin_name char(32)
pg_catalog stl_connection_log protocol_version int4
pg_catalog stl_connection_log recordtime timestamp
pg_catalog stl_connection_log remotehost char(45)
pg_catalog stl_connection_log remoteport char(32)
pg_catalog stl_connection_log sessionid char(36)
pg_catalog stl_connection_log sslcipher char(128)
pg_catalog stl_connection_log sslcompression char(64)
pg_catalog stl_connection_log sslexpansion char(64)
pg_catalog stl_connection_log sslversion char(50)
pg_catalog stl_connection_log username char(50)

View Text

SELECT stll_connection_log.event,
       stll_connection_log.recordtime,
       stll_connection_log.remotehost,
       stll_connection_log.remoteport,
       stll_connection_log.pid,
       stll_connection_log.dbname,
       stll_connection_log.username,
       stll_connection_log.authmethod,
       stll_connection_log.duration,
       stll_connection_log.sslversion,
       stll_connection_log.sslcipher,
       stll_connection_log.mtu,
       stll_connection_log.sslcompression,
       stll_connection_log.sslexpansion,
       stll_connection_log.iamauthguid,
       stll_connection_log.application_name,
       stll_connection_log.os_version,
       stll_connection_log.driver_version,
       stll_connection_log.plugin_name,
       stll_connection_log.protocol_version,
       stll_connection_log.sessionid,
       stll_connection_log.compression
FROM stll_connection_log


Home 3D Друк Blog Bring-Up Times Consultancy Cross-Region Benchmarks Email Forums IRC Mailing Lists Reddit Redshift Price Tracker Redshift Version Tracker Redshift Workbench System Table Tracker The Known Universe Twitter White Papers