Denis Lussier
Denis Lussier
Why not try and use the clang++LLVM 13.0.1 that comes with el8 On Fri, Jul 29, 2022 at 2:23 PM e4sy-one ***@***.***> wrote: > I started new compilation from scratch...
Trying to get latest PLv8 to build and run on el8 happens to be a hobby of mine. :-) Below is my WIP replacement makefile. I have commented out, with...
I think you will find if your procedure was doing mostly DB access then it would be a little faster in pl/pg. As you have demonstrated, if your code is...
Very kewl. IMHO, WHERE clause push-down is key feature that makes an FDW suitable for many more production use cases. We look forward to including version 2 of TDS_FDW in...
I'm gonna try with v3.0, I wasn't able to get it working with latest 2.3
yes... The challenge I have is the tinfo5 requirement on centos 8. by default it's tinfo6. I should probably just try and symlink the library. Not sure if that will...
I'm with ya. I did search that issue and I was pg13 so I made sure I was using latest 2.x On Wed, Nov 24, 2021 at 6:35 PM Jerry...
Raj, Ora2PG is Open Source. Have you considered trying to scratch your own itch and submitting a patch. The feature you are asking for is a corner case, but, it...
+1 This is important.
+1 I think it's important to generalize this request to allow all of 'postgres' non-reserved keywords to be used for variable names. https://www.postgresql.org/docs/14/sql-keywords-appendix.html On Thu, Feb 17, 2022 at 11:24...