-
### Definition
Configure a staging environment that deploys consistently off our `main` branch, and can be relied upon over time.
### Business Goals
- All users, including product, HHS staff,…
-
Postgres log output of minimal reproducible example:
```
2024-07-22 11:08:42.039 UTC [173] ERROR: failed to execute the MySQL query:
2024-07-22 11:08:42.039 UTC [173] STATEMENT:
WITH …
-
Unlike executable files libraries do not use a main entry point, at least on Windows.
No entry point means _vinit is not called at all, hence consts etc... do not get initialized.
On Windows I would…
-
**Issue: Inconsistent EC2 Instance Listing Across AWS Accounts**
I am using the AWS plugin for Steampipe, directly attached to a PostgreSQL database, and passing three temporary AWS credentials. I …
-
Add OPTION for an OAuth access token, so that we can use authentication similar to other connectors (e.g. [GDrive](https://github.com/CartoDB/cartodb/blob/master/services/datasources/lib/datasources/u…
-
I am interested in making calls to Stripe and I am curious if INSERT, UPDATE, DELETE are supported which would translate into a HTTP POST or DELETE request? If so, are there any examples of that?
-
So if you, for instance, run:
```
fab pg.set_config:shared_preload_libraries,'citus\,cstore_fdw' pg.restart
```
Without installing cstore first there's no easy way to fix the state you're now …
lithp updated
7 years ago
-
When using pg 12 and tds_fdw 2.0.1 I can not get this query to return any results, but with the same data and using pg 9.5 and tds_fdw 2.0.0-alpha.3 it returns results.
query from postgres WITH que…
-
I have problem that in mysql database and tables are declared as latin1 charset, however actually text fields are saved in cp1257 encoding. What currently happens when I create foreign table like
CRE…
-
Option `INIT_COMMAND` does not override time zone setting for FDW. The reason is that `mysqlBeginForeignScan` procedure creates connection, runs `INIT_COMMAND` and then reset timezone. It seems that i…