I have the following index (example):
CREATE INDEX idx ON test_table (lower(column1))
When reading the schema, looking at test_table indexes, for that index the column name is lower (see attached screenshot).
Basically, it's neither returning the expression nor the column name.
Not sure what would be the best way to handle this, maybe just return the expression if the index is an expression?
