Does timescaledb support Timescaledb-toolkit extension on Windows server?
Unable to find any doc to install timescaledb-toolkit extension on windows server.
Thanks
No, Toolkit doesn't support Windows currently, and probably won't gain Windows support in the near future.
See also this discussion.
Related
I've been able to follow similar answers for offline installing vscode-server on remote linux targets but I cannot find out how to do this for windows. On the official page for vscode-remote-ssh https://code.visualstudio.com/docs/remote/ssh, it shows that the system requirements for the remote supports Windows 10 / Server 2016/2019 (1803+) using the official OpenSSH Server. So I know it's possible I just can't seem to find the download link that vscode-remote-dev uses to download the windows version of vscode server.
The download link for linux follows this format https://update.code.visualstudio.com/commit:${commit_id}/server-linux-x64/stable would there be a specific endpoint for server-windows? I've tried a bunch of different combinations but I could not get anything.
I'm also making the assumption that there is a different download link but it seems a very unlikely case that linux and windows share the same link.
Any help would be appreciated. I've enjoyed using this for remote dev on linux and now I've got an opportunity to use it on windows.
Instead of using server-linux-x64, server-win32-x64 should be used and it will download the correct windows version of the vscode-server.
I did find this in the comments of this question. Using "Remote SSH" in VSCode on a target machine that only allows inbound SSH connections.
I've seen the docs to install the debugger on linux machines. But no docs on how to install the debugger on a windows machine. Does anyone know how to do this? Looks like you have to compile the pldebugger somehow.
Thanks
Yes, you'd have to build the pldebugger extension.
Unfortunately, building PostgreSQL extensions on Windows is non-trivial: apart from the requirement of a C compiler, you have to come up with the correct compiler invocation, since the PostgreSQL extension building infrastructure does not work on Windows.
The PostgreSQL community is aware of that deficiency, but it is not easy to come up with solutions for a platform that is so different from all others.
For my school project, we have a Windows Server 2012 R2 with PostgreSQL installed on it.
Now we want to manipulate images on it and find out are there some extensions for PostgreSQL like PostPic (http://drotiro.github.io/postpic/).
However this extensions require PostgreSQL to run on Linux (Ubuntu). Unfortunately we cannot move the server to another OS.
Does anyone know an image processing extension for PostgreSQL on Windows that has approximately the same features as PostPic?
Thanks in advance.
I could find nothing on the main VSCode site that listed the version of Windows supported. When I install on Vista, I get an error:
The prodcedure entry point RegisterTouchWindow could not be located in the dynamic link library USER32.dll.
So I'm guessing this is for Windows 7 and up?
Vista is not supported.
Isidor, vscode team
I'm trying to set up a MEAN stack and I'm having the following issue when trying to execute mongo.exe: "The procedure entry point K32GetProcessMemoryInfo could not be located in the dynamic link library KERNEL32.dll"
I'm using Windows Vista 64bit, mongo is the latest, and I'm logged as administrator.
Thanks.
For Vista you need to install the Legacy version of MongoDb.
The 64-bit legacy build lacks newer features of Windows that enhance performance. Use this build for Windows Server 2003, 2008, or Windows Vista.
HereĀ“s the Download link