# File lib/sql/postgresql.rb, line 8 def table(table_name) SQL::Postgresql::Table.new(self, table_name) end