From: | peeyush(dot)singla(at)gmail(dot)com |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #8581: PG::UndefinedObject: ERROR: type "json" does not exist |
Date: | 2013-11-07 07:19:25 |
Message-ID: | E1VeJsD-0005XE-Fu@wrigleys.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged on the website:
Bug reference: 8581
Logged by: peeyush singla
Email address: peeyush(dot)singla(at)gmail(dot)com
PostgreSQL version: 9.3.1
Operating system: ubuntu 13.10
Description:
I am using pg with rails application my version of pg is 9.3.1 i cloned this
project from someone but whenever I am trying to run rake db:migrate it is
giving me the error:- PG::UndefinedObject: ERROR: type "json" does not
exist
I am using json in one column in migration:- e.g:- add_column :filters,
:search_string, :json same application is working fine on 9.2.4 on mac but
when I am trying to do this on my system it's not working. I think here is
some issue wiht 9.3.1 with json support
From | Date | Subject | |
---|---|---|---|
Next Message | evgeniy.skomorokhov | 2013-11-07 07:35:54 | BUG #8582: field serial getted incorrect value from automaticaly created its sequence |
Previous Message | Robert Nix | 2013-11-06 22:06:44 | Re: BUG #8578: loading a 33G (compressed) pg_dump into a fresh host and db instance crashes a postgresql process |