On Wednesday, January 30, 2019 at 4:37:44 AM UTC-8, [email protected] wrote: > > I'm exploring using the database extension pg_triggers. > > Following the doc at > https://github.com/jeremyevans/sequel/blob/master/doc/extensions.rdoc, I > get the following error: > > warning: LoadError: cannot load such file -- sequel/extensions/pg_triggers > > I'm using Bundler in Ruby 2.6.0, with "require 'sequel'" at the top, and > "gem 'sequel'" in the Gemfile. > > The error occurs on this line: > DB.extension :pg_triggers > > It's worth noting that without this line, I can create and access DB as > normal. >
pg_triggers is not an extension that ships with Sequel. I'm guessing you are referring to sequel_postgresql_triggers. Is that in your Gemfile? Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
