You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide the ability to "detach" an archive table from the extension. this would prevent the archive table from being dropped when drop extension pgmq is run.
pseudo
fn detach_archive(queue_name: str)
sql::exec( alter extension pgmq drop table pgmq.{prefix}queue_name )
The text was updated successfully, but these errors were encountered:
Provide the ability to "detach" an archive table from the extension. this would prevent the archive table from being dropped when
drop extension pgmq
is run.pseudo
The text was updated successfully, but these errors were encountered: