79 80 81
# File 'lib/sequel/adapters/shared/postgres.rb', line 79 def bound_variable_arg(arg, conn) arg end
83 84 85
# File 'lib/sequel/adapters/shared/postgres.rb', line 83 def primary_key(table) :id end