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
bundle extension requires the uuid-ossp extension. However, it doesn't explicitly list it as a requirement (because it needs it in a specific schema, which extensions don't support), so pg_dump doesn't know to do the create extension "uuid-ossp" before the create extension bundle. This is doubly a problem because we also can't list it in bundle's .control file because if it's there, it installs the extension in the bundle schema.
This is basically a bug in extensions that we have to figure out how to work around.
The text was updated successfully, but these errors were encountered:
bundle
extension requires theuuid-ossp
extension. However, it doesn't explicitly list it as a requirement (because it needs it in a specific schema, which extensions don't support), so pg_dump doesn't know to do thecreate extension "uuid-ossp"
before thecreate extension bundle
. This is doubly a problem because we also can't list it in bundle's.control
file because if it's there, it installs the extension in the bundle schema.This is basically a bug in extensions that we have to figure out how to work around.
The text was updated successfully, but these errors were encountered: