PG-Sample | Error | Equality operator for type json

From: Abhinav Mehta <abhinav(at)metarain(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: PG-Sample | Error | Equality operator for type json
Date: 2018-08-24 12:50:37
Message-ID: FEFD6DF0-9DE0-4E90-81D2-474B3E9E22D0@metarain.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Team,

I’m getting running into following issue while executing pg-sample

Error
====
DBD::Pg::db do failed: ERROR: could not identify an equality operator for type json
LINE 3: SELECT DISTINCT t1.*
^ at ./pg_sample line 296.
main::__ANON__("DBD::Pg::db do failed: ERROR: could not identify an equality"..., DBI::db=HASH(0x1704258), undef) called at ./pg_sample line 638
/pg_sample$ ./pg_sample mydb | psql sampledb
====

Executing Command
====
pg_sample mydb | psql sampledb
====

Thanks
Abhinav

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Abhinav Mehta 2018-08-24 13:07:06 Re: PG-Sample | Error | Equality operator for type json
Previous Message Abhinav Mehta 2018-08-24 12:46:25 Re: pg_sample