Add support for creating foreign tables on PostgreSQL using :foreign and :options...
authorJeremy Evans <code@jeremyevans.net>
Fri, 26 Sep 2014 18:12:37 +0000 (11:12 -0700)
committerJeremy Evans <code@jeremyevans.net>
Fri, 26 Sep 2014 18:12:37 +0000 (11:12 -0700)
commit901cada81d6b00c0bb7a9082b944449accad0091
tree47b2312462b80ef92a1b37e0d92e82db0b4424c8
parentb612ad97fc53bb9fe6c35660ea5a397a01d0e3e3
Add support for creating foreign tables on PostgreSQL using :foreign and :options create_table options

Testing is currently limited to testing the SQL syntax only.
Unfortunately, real testing is difficult because you need to be
a superuser to use the file_fdw and postgres_fdw extensions (or
at least you must specify an explicit password when using
postgres_fdw).
CHANGELOG
lib/sequel/adapters/shared/postgres.rb
lib/sequel/database/schema_methods.rb
spec/adapters/postgres_spec.rb