Add the primary_keys and primary_key_sequences instance variables, so we can get the correct return values for inserted rows.
# File lib/sequel/adapters/swift/postgres.rb, line 19 def self.extended(db) super db.send(:initialize_postgres_adapter) end