postgres schema indexes INCLUDE
this is pretty important features for indexes, is there a way of using "INCLUDE " when creating index? or a workaround?
like:
CREATE UNIQUE INDEX title_idx ON films (title) INCLUDE (director, rating);
like:
CREATE UNIQUE INDEX title_idx ON films (title) INCLUDE (director, rating);