Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

98
Views
Create an index with both indexed and `INCLUDE` columns in PostgreSQL using ActiveRecord

What I want to create is one of the indexes that has some columns indexed and others included. This kind of index is described by PostgreSQL in their documentation here

The SQL query to create the index looks something like CREATE INDEX tab_x_y ON tab(x) INCLUDE (y);

Looking at the ActiveRecord PostgreSQL adapter documentation here

I don't see any option for me to use this INCLUDE column feature.

Do I have to run this as a raw SQL query? Is there another way?

Notes

  1. I am not asking how to run a query or which index will be used for a query.
  2. I am not asking how to create a regular index using ActiveRecord.
  3. I am not asking how to create a migration using ActiveRecord.
  4. I specifically want information about how to create a specific kind of index with a specific option.
over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!