I think you are getting this error because postgresql does not have any concept of clustered indexes, all indexes are non-clustered indexes in postgresql. Getting such error is expected I guess.
Maybe you should test it in an environment replicated similar to your prod (SQL) environment. I believe it will work there.