omniti-labs / pg_amqp

AMQP Support for Postgres
https://labs.omniti.com/labs/pg_amqp
207 stars 63 forks source link

Replace table config with view for postgresql.conf #22

Open redrick opened 7 years ago

redrick commented 7 years ago

Change proposed for fixing situation described in #21

esatterwhite commented 5 years ago

@redrick does this still work? @xzilla were there any issues with doing this?

esatterwhite commented 5 years ago

@postwait any issues with this change?

postwait commented 5 years ago

This seems to completely break existing installs and provides no mechanism for them to achieve a similar outcome.

xzilla commented 5 years ago

Please see PR https://github.com/omniti-labs/pg_amqp/pull/27 as the likely fix for this issue.

esatterwhite commented 5 years ago

No, my issue isn't so much a problem with pg_dump right now, its automating a setup for default broker is less complicated to do with pg config than with tables.