Comment 24 for bug 1501781

Revision history for this message
Blake GH (bmagic) wrote :

Syntax issue:

 CREATE EXTENSION unaccent SCHEMA public IF NOT EXISTS;

ERROR: syntax error at or near "IF"
LINE 1: CREATE EXTENSION unaccent SCHEMA public IF NOT EXISTS;

I took care of it on the test machine, but probably should be addressed if the code were to merge.