GRANT ALL ON ALL TABLES IN SCHEMA public TO orleansbookgrp; GRANT ALL ON ALL SEQUENCES IN SCHEMA public TO orleansbookgrp; -- don't forget those ...
In postgres, collation specifies how data is sorted and compared. Not every data type supports collation. In fact, most data types in postgres do not support collation. For example, postgres=# create ...