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
Seems to be related to #205. If this behavior is intentional, there should be some way how to override this. This way duplicate indexes are created and table is left broken state.
Yes, the behaviour is intentional and consistent with other Postgres tools. The correct solution is to pass the qualities to the command line, as in your second example. In the OP, the quotes are consumed by Bash and not passed to the command.
Namespace containing e.g. dash
-
is not escaped properly inLOCK TABLE
query, unlikeCREATE INDEX
queries.running index repack only:
The text was updated successfully, but these errors were encountered: