Georg Traar
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...
## 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...
**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...
**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,...
**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_
**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...
**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...
**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...
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`,...