Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support use a self-defined index type when run create_index in migration. #1029

Open
zw963 opened this issue Apr 25, 2024 · 0 comments
Open

Comments

@zw963
Copy link
Contributor

zw963 commented Apr 25, 2024

What i expected is to create a index like this:

CREATE INDEX pgroonga_content_index ON memos USING pgroonga (content);

As described by the tuturial of that pg extension.

but, because the type of index has been limited to only several type, use create_index is impossible, i have to use execute to do this.

    execute <<-'HEREDOC'
CREATE INDEX pgroonga_content_index ON memos USING pgroonga (content);
HEREDOC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant