Hacker News new | past | comments | ask | show | jobs | submit login

This has already been possible since PostgreSQL allows indexing over an expression:

    CREATE INDEX myindex ON mytable (myfunc(mytable));



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: