Tags: pgmq/pgmq
Tags
Make extension data pg_dumpable (#413) * queue and archives are no longer extension member objects in order to support pg_dump. pgmq.meta now works with pg_dump * remove membership mods * update notice to mention no-op * test queue and archive persist through extension drop * add the member object modifications back to the migration
Allow pg_partman to be installed in any schema (#310) * support pg_partman in user defined schema * pg_partman ud schema tweaks * manual schema append to fq_qtable * manual schema append to fq_atable * manual schema append to qualified_a_table_name * 1.4.3 - 1.4.4 migration * bump default version to 1.4.4 * create or replace everywhere in upgrade script
reject escape characters in queue names (#300) * reject escape characters in queue names * remove context in output * less string format * remove last strfmt * update migration file * allow spaces * Remove remaining uses of %s If we're at the step of producing SQL, always using %L or %I means not having to worry about SQL injection for that use. --------- Co-authored-by: Jason Petersen <jason@tembo.io>
PreviousNext