timgit / pg-boss

Queueing jobs in Postgres from Node.js like a boss
MIT License
2.15k stars 160 forks source link

Job partitions pollute public schema #461

Closed eloff closed 4 months ago

eloff commented 4 months ago

In v10 beta5 - beta8:

For some reason the job partition tables are getting created as pgboss.job_{hash-or-uuid} in the public schema.

Seems like a quoting issue? Presumably the pgboss. prefix was meant to specify the pgboss schema.

timgit commented 4 months ago

This has been resolved in beta9. Thanks!