0

I'm new to PostgreSQL.

For the default install of PostgreSQL (no extension like PostGIS), if there's geographic fields defined in my table, then what kinds of index does PostgreSQL support?

I didn't find any information on the spatial index in the manual.

1 Answer 1

2

Use GiST, just like PostGIS uses.

But why don't you install PostGIS in your database?

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.