vertica/vertica-sql-go

Support client_os_hostname

scherepanov opened this issue · 0 comments

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.