igor2x
igor2x
I have installed Password Safe v1.18.2 on Ubuntu 23.10: a) flatpak from PR flathub b) deb package 1. File | Compare 2. Click on "ˇ" icon before "Select database to...
I installed Password Safe v1.18.2 on Ubuntu 23.10 - flatpak from todays PR flathub (left site on bellow image) - deb package (right site on bellow image)  I think...
I installed Password Safe v1.18.2 on Ubuntu 23.10 1. Using deb package. 2. Install flatpak from today PR on flathub. Some small differences: a) flatpak contains icon on top left...
### What type of bug is this? Incorrect result ### What subsystems and features are affected? Other ### What happened? In most of the cases in our biggest hypertable I...
My suggestion is to add some information (or warning) on [add_dimension](https://docs.timescale.com/api/latest/hypertable/add_dimension/) web page that not all data types are appropriate for "range partitioning". Actually for range partitioning only: integer, timestamp...
In [add_dimension() OLD syntax](https://docs.timescale.com/api/latest/hypertable/add_dimension_old/) I see some of the improvements possible: 1. If we look to [new add_dimension syntax documentation](https://docs.timescale.com/api/latest/hypertable/add_dimension/) at the top there is "Note" in rectangle to suggest...
In add_dimension() page: https://docs.timescale.com/api/latest/hypertable/add_dimension/ - there are a few references to discontinued multi-node feature or - specially mention single-node, that is now the only option.  Above paragraph was clearly...
On documentation web page [add_reorder_policy](https://docs.timescale.com/api/latest/hypertable/add_reorder_policy/#add_reorder_policy) there is sentence: _"You can only one reorder policy on each hypertable."_ I am not a native English speaker, but "can" is modal verb and...
At the bottom of documentation **reorder_chunk** command there is [Sample usage](https://docs.timescale.com/api/latest/hypertable/reorder_chunk/#sample-usage) in this sample there is text: `SELECT reorder_chunk('_timescaledb_internal._hyper_1_10_chunk', 'conditions_device_id_time_idx');` I tried executing this command and got: _"ERROR: relation "my_chunk_index"...
### What type of bug is this? Performance issue ### What subsystems and features are affected? Query planner ### What happened? **Arhitecture** In our case sensors are sending data to...