I'm experimenting with AWS' RedShift. Its interface is postgres. Pretty slick. But their postgres variant doesn't respond to the "SET" commands that are issued during an initial Sequel connection. Specifically:
> SET standard_conforming_strings = ON; ERROR: unrecognized configuration parameter "standard_conforming_strings" > SET client_min_messages = 'WARNING'; ERROR: permission denied to set parameter "client_min_messages" to "WARNING" I suspect that things will work OK if I remove these settings, but what's the best way to go about doing that? Are there Sequel parameters that allow me to inhibit these commands? Should I subclass the postgres adapter and override these settings? Recommendations welcome. And if anyone has already had experience with Sequel and RedShift, I'd love to hear about any issues. Thanks! -- 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 http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/groups/opt_out.
