Method: TableCopy::PG::Destination#query_views
- Defined in:
- lib/table_copy/pg/destination.rb
#query_views ⇒ Object
112 113 114 115 116 |
# File 'lib/table_copy/pg/destination.rb', line 112 def query_views with_conn do |conn| conn.exec(views_sql) end end |