module Semian::PG

def conninfo_hash

def conninfo_hash
  h = super
  h.merge!(connect_timeout: @connect_timeout) if @connect_timeout
  h
end