module PgConn

def self.new(*args, &block) Connection.new(*args, &block) end

Return a PgConn::Connection object. TODO: A block argument
def self.new(*args, &block) Connection.new(*args, &block) end