# File lib/og/backends/psql.rb, line 190 def query(sql) Logger.debug sql if $DBG return @conn.exec(sql) end