cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.11k stars 3.81k forks source link

Want Better postgraphile support, supports more postgres built in functions #92473

Open ianhe8x opened 1 year ago

ianhe8x commented 1 year ago

Is your feature request related to a problem? Please describe. I tried to use it with postgraphile, and got an error, it seems postgraphile uses pg_index_column_has_propertywhich crdb doesn't support

Describe the solution you'd like I'm not sure if pg_index_column_has_property() is the only function that blocks postgraphile, so hopefully we can get all functions supported by crdb.

Describe alternatives you've considered

Additional context In DBeaver, it complains pg_tablespace_location() doesn't exist, so another broken postgres ecosystem tools.

Jira issue: CRDB-21792

blathers-crl[bot] commented 1 year ago

Hello, I am Blathers. I am here to help you get the issue triaged.

I have CC'd a few people who may be able to assist you:

If we have not gotten back to your issue within a few business days, you can try the following:

:owl: Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan.

ianhe8x commented 1 year ago

found a old thread, https://github.com/graphile/postgraphile/issues/645#issuecomment-778145361