When running VACUUM ANALYZE on a table with a hstore column i get the following error:
ERROR: could not identify a comparison function for type hstore
Can I force it to complete without a comparison function and if not, how do I define one?
When running VACUUM ANALYZE on a table with a hstore column i get the following error:
ERROR: could not identify a comparison function for type hstore
Can I force it to complete without a comparison function and if not, how do I define one?