From: Hisataka Kasuga Date: Sun, 23 Nov 2025 13:05:47 +0000 (+0900) Subject: Updated PostgreSQL X-Git-Url: https://git.nabium.net/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=win-optbin.git Updated PostgreSQL --- diff --git a/etc/env-pgbase.cmd b/etc/env-pgbase.cmd index bb169d4..a2b365b 100644 --- a/etc/env-pgbase.cmd +++ b/etc/env-pgbase.cmd @@ -1,4 +1,4 @@ @echo off -set PGBASE=%~dp0..\pgsql-17.6 +set PGBASE=%~dp0..\pgsql-17.7 set PATH=%PGBASE%\bin;%PATH%