cockroachdb / cockroach

CockroachDB - the open source, cloud-native distributed SQL database.
https://www.cockroachlabs.com
Other
29.63k stars 3.71k forks source link

sql: Support the postgres `hstore` type #41284

Open rohany opened 4 years ago

rohany commented 4 years ago

Postgres supports an hstore type, which is used in Django -- https://www.postgresql.org/docs/9.0/hstore.html. We don't currently support this, though it seems very similar to the jsonb type.

Jira issue: CRDB-5467

yuzefovich commented 4 years ago

GOPG also uses hstore type in some of its tests.

github-actions[bot] commented 3 years ago

We have marked this issue as stale because it has been inactive for 18 months. If this issue is still relevant, removing the stale label or adding a comment will keep it active. Otherwise, we'll close it in 5 days to keep the issue queue tidy. Thank you for your contribution to CockroachDB!

giangpham712 commented 1 year ago

@fqazi this affects efcore.pg tests

pataquets commented 9 months ago

Miniflux is not working without this

pataquets commented 6 months ago

Found that Neon supports extensions