ruby on rails - How to create extension in PostgreSQL db -
i want create extension, called unaccent
, when create database.
i know can achieved database command:
create extension unaccent
however, don't know put this. db postgresql, , working on rails application.
you can use postgresql client, example, default psql connect database , should able run create extension if user has enough privileges.
Comments
Post a Comment