duckdb-web
duckdb-web copied to clipboard
DuckDB website and documentation
The documentation should state: 1) that we strive to be compatible with Postgres 2) the cases where DuckDB's behavior differs from Posgres' Differences: * [ ] Implicit casting in `UNION`...
In https://duckdb.org/docs/sql/keywords_and_identifiers, it reads: "Following the convention of the SQL standard, identifiers in DuckDB are case-insensitive." The remark about the standard is not entirely correct. AFIK, the SQL standard treats...
Hello, I am not sure if this is a BUG or a documentation problem. According to https://duckdb.org/docs/data/json/overview `The compression type for the file. By default this will be detected automatically...
See https://github.com/duckdb/duckdb/issues/12033
https://duckdb.org/docs/guides/performance/how_to_tune_workloads says ``` If DuckDB is running in in-memory mode, it cannot use disk to offload data if it does not fit into main memory. To enable offloading in the...
Even if it only works for the CLI, it should be documented in other places too.
DuckDB's regex functions usually take an optional "options" argument, but it is not described what kind of options are supported or how to pass them. The regex docs do not...
Docs for function [regexp_replace](https://duckdb.org/docs/sql/functions/char#regexp_replacestring-pattern-replacement) mention: > If string contains the regexp pattern, replaces the matching part with replacement (see [Pattern Matching](https://duckdb.org/docs/sql/functions/patternmatching#using-regexp_replace)). But what this function does by default is only...
As a new user, when I came to the website to read the documentation I found the left menu order to be somewhat disorienting. Reading top to bottom, after Installation...
I would like to add Next and Back navigation buttons to the documentation. I found it a bit awkward to navigate the documentation using only the sidebar index and I...