diff --git a/healpix_alchemy/types.py b/healpix_alchemy/types.py index 5a65496..da80aed 100644 --- a/healpix_alchemy/types.py +++ b/healpix_alchemy/types.py @@ -93,4 +93,4 @@ def _create_indices(index, parent): isinstance(index.expressions[0], sa.Column) and isinstance(index.expressions[0].type, Tile) ): - index.dialect_options['postgresql']['using'] = 'gist' + index.dialect_options['postgresql']['using'] = 'spgist'