You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PG doesn't support expressions in included columns, so I think we don't need to support it as well. BTW, you can always put these expressions at the end of the index columns to achieve the same goal.
Is your feature request related to a problem? Please describe.
Functional indexes are useful when users want to create an index on a field of
jsonb
column.Example:
References:
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: