Dan Stoner
Dan Stoner
This is common is many "tabbed" applications. For example, Firefox has "Move to New Window" and Chrome allows mouse "drag" to move a tab into its own window. I sometimes...
Since a pgBouncer pool is tied to a user+database pair, the previous output was less useful with large numbers of users in a single database. Adding the user to the...
I get **"exec format error"** when trying to run the latest docker image. ``` $ docker run --network=host --rm -it dimitri/pgcopydb:v0.17 pgcopydb --help standard_init_linux.go:180: exec user process caused "exec format...
While transferring a database larger than 10 TB, I was able to complete the copy in 16h with `v0.14`. With newer versions (`v0.16` and above?), the same process takes 1d7h....
**Describe the bug** The steampipe query shell has different behavior than native postgres client(s) when interacting with `date` and `timestamptz` (timestamp with time zone) data types. When connecting to a...
**Minimal .gitlab-ci.yml illustrating the issue** ```yml --- include: - project: earthscope/infrastructure/gitlab-ci ``` Which contains: ```yaml include: # ... - local: gitlab-ci/job-template-*.yml ``` **Expected behavior** Wildcards in includes are supported. https://docs.gitlab.com/ci/yaml/includes/#use-includelocal-with-wildcard-file-paths...