Git Product home page Git Product logo

Comments (5)

Aditya94A avatar Aditya94A commented on September 17, 2024 1

For me, simple json field is also not working (no extensions).

from pg_sample.

mla avatar mla commented on September 17, 2024

Hello @maipeng!

Is your db using the "ltree" extension? https://www.postgresql.org/docs/9.6/ltree.html

I am not familiar with it, but it says:
"lquery represents a regular-expression-like pattern for matching ltree values."

So I guess when pg_sample is trying to find unique rows, it's failing because there's an equality operator defined on lquery type. Do you need that table in the sample?

It looks like it's equiv to this example:
https://stackoverflow.com/questions/48420438/postgresql-could-not-identify-an-equality-operator-for-type-json

So if you need it in the sample, we need to figure out how to define an equality operator on it, or a way to exclude that particular column.

from pg_sample.

maipeng avatar maipeng commented on September 17, 2024

Hello @mla,
thanks for the answer, finally I've found a workaround: alter the column into text before using pg_sample, then alter to lquery at the end.

from pg_sample.

Aditya94A avatar Aditya94A commented on September 17, 2024

alter the column into text before using pg_sample

Is there a better solution? It's not very feasible to manually change column types just to use this.

from pg_sample.

mla avatar mla commented on September 17, 2024

Are you also using the ltree extension?

We need some way to compare values. If that's not possible, then I think the only alternative is to figure out a way to exclude that data entirely (or include it all).

from pg_sample.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.