-
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…
-
I have a feature request, I want the ability to use AWS SSO profile stored in `.aws/sso/cache` to retrieve temporary access keys and session tokens to my S3 bucket.
Here is the corresponding AWS S…
-
Hello,
i've installed tds_fdw 1.0.8 on postgresql 9.5 . When I run a simple select from a foreign table, my sql profiler show me the querie is executed twice on sql server. is it an issue ?
thanks
-
I wrote a c++ test code:
```c++
for (int i = 0; i < festate->rowgroups.size(); i++) {
elog(INFO, " group %d ", i);
try {
festate->reader
->RowGroup(i)
…
-
Thanks for doing this - made some things nice and easy for me. It turns out that orafdw is a better oracle client than sqlplus :).
I did this because I needed some other extensions. It stops havi…
dr-kd updated
2 years ago
-
batch=# SELECT code, total_emp FROM sample_07 ORDER BY code LIMIT 3;
ERROR: java.lang.ClassNotFoundException: org.apache.hive.jdbc.HiveDriver
at java.net.URLClassLoader.findClass(URLClassL…
-
### Discussed in https://github.com/IgnisDa/ryot/discussions/302
Originally posted by **fdw** August 26, 2023
Do you plan to calculate show statistics like most watched genres or histograms ov…
-
When I run `make install`, I get an error:
`parquet_fdw.c:97:5: error: implicit declaration of function 'on_proc_exit' is invalid in C99 [-Werror,-Wimplicit-function-declaration]`
tlskr updated
3 years ago
-
Hi,
I use watchdog to monitor for new files in the filesystem and trigger automated processing of them. What happens is that the thread does not have access to certain files and crashes. Is there a…
-
(Sprint B)
1. When a user clicks on a dataset that is stored in the Data Library it would open a pre-populated map
2. In that map the map would be designed to a pre-set style and would have other item…