timgit / pg-boss

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

Job partitions pollute public schema #461

Closed eloff closed 1 month ago

eloff commented 1 month 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 1 month ago

This has been resolved in beta9. Thanks!