Carlos Pérez-Aradros Herce
Carlos Pérez-Aradros Herce
When defining templates in autodiscover, it would be nice to have a default fallback to use when none of them matches, something like this: ``` filebeat.autodiscover: providers: - type: docker...
This make the encode match what postgres does
**Kibana version:** master **Elasticsearch version:** master **Describe the bug:** Metrics explorer shows all 0 for really small numbers. For instance see Y axis in this screenshot (also the popup when...
names in postgres have a max length of 63 chars by default. We generate names in many places, like: - Version schema names - Temporary table/column names - indices -...
As demonstrated by @urso, updating items through views doesn't respect the `DEFAULT` keyword: ``` CREATE SCHEMA testing; SET SEARCH_PATH TO testing; CREATE TABLE tbl ( id INT PRIMARY KEY, i...
Right now it's not possible to create a table referencing itself, like this: ``` { "$schema": "https://raw.githubusercontent.com/xataio/pgroll/main/schema.json", "name": "branches", "operations": [ { "create_table": { "name": "users", "columns": [ { "name":...
This change executes `postgres` & `template` DB bootstraps in parallel, helping to reduce overall cluster provision times.