From edbbb5c3e1a545902b84d48c8c302741fff9d0a5 Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Fri, 27 Jan 2023 12:17:49 -0500 Subject: [PATCH] WIP --- healpix_alchemy/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'