WSL-Programs
WSL-Programs copied to clipboard
How PostgreSQL supports?
How PostgreSQL supports?
I tried it, and it works really good! My Postgres has postgis, tsql fdw, and some more extensions..... What I did: I have installed OpenSUSE Leap, changed distro to tumbleweed (hope WSL teams will do it soon), then followed the SDB:PostgreSQL on Opensuse Wiki (add repo, install everything). Following issues: you cannot autostart the server, because systemd is not supported yet. Maybe there is a way to hack in somehow else.... You have to start postgres server manually, and if killed unexpectedly do a recovery restart. I will try to post example code next few days.