# File lib/do_postgres.rb, line 27 def character_set # JDBC API does not provide an easy way to get the current character set # For now, we code the character_set used as utf8 "utf8" end