Georg Traar

Results 66 issues of Georg Traar

### CrateDB version 5.0.0 ### CrateDB setup information _No response_ ### Steps to Reproduce After upgrading a cluster from 4.7 to 5.0.0 we see lots of the following error messages...

triage

## Summary of the changes / Why this improves CrateDB Adding a `parse_uri()` function in an early stage, that could resolve #11941 or act as template for a plugin. ---...

This is a meta ticket tracking current state of missing tables, function features for CrateDB to work with the **standard** PostgreSQL connectors in DBeaver and Datagrip. Both those tools can...

meta
tool: DataGrip
tool: DBeaver

**Use case**: Postgres compatible tools like Datagrip are using cast like `::oid` in queries. They fail, as CrateDB doesn't support an `oid` datatype yet. **Feature description**: As a db tool...

feature: pgsql
contributions welcome
feature: sql: type system
feature: integration
complexity: no estimate
tool: DataGrip

**Use case**: There are use cases where it is sensible to keep data from various clients/tenants in the same table to reduce the total number of shards in a cluster,...

feature: sql: ddl
complexity: no estimate
feature
needs upvotes
leverage: low

**Use case**: >pg_catalog.pg_get_userbyid(N.datdba) as "owner" `pg_catalog.pg_get_userbyid` always returns `crate` - I think it needs to be updated to return actual user name by oid. _Originally posted by @BaurzhanSakhariev in https://github.com/crate/crate/issues/12677#issuecomment-1169629376_

contributions welcome
feature: sql: scalars
complexity: no estimate
tool: DataGrip

**Use case**: As a CrateDB user I want to be able to use upper cased letters as a table schema identifier, so that I can use the same style in...

enhancement
complexity: 1-3

**Use case**: Many postgres compatible clients are actively setting the client/session time zone to a specific values. CrateDB currently does not support client/session time zone settings. However clients trying to...

contributions welcome
complexity: 1-3
feature: sql: grammar
tool: cube.js

**Use case**: Sometimes there might be the necessity to restore a table while a version of the table still exists on the same cluster. (e.g. continuous ingest of values, to...

feature: backup
feature: sql: schema mgmt
complexity: no estimate
need refined description
leverage: low

CrateDB does not support the concepts of multiple **databases** / **catalogs**, but only support schemas / namespaces for tables and other database objects. The default namespace of CrateDB is `doc`,...

complexity: no estimate
needs discussion