vertica / vertica-sql-go

Official native Go client for the Vertica Analytics Database.
http://www.vertica.com
Apache License 2.0
61 stars 28 forks source link

Support client_os_hostname #164

Closed scherepanov closed 1 year ago

scherepanov commented 1 year ago

Vertica released v 12.0.4, with client protocol v 3.14. In this protocol version, Vertica support new field - client_os_hostname. It is reported in user_sessions and sessions. Please add support for Vertica protocol v 3.14, and add client_os_hostname. this should be populated by hostname as reported by os. socket.gethostname() would do.