class PGconn
pg
0.12.0pre258
:: quote_connstr
def self::quote_connstr( value ) return "'" + value.to_s.gsub( /[\\']/ ) {|m| '\\' + m } + "'" end