From: Hisataka Kasuga Date: Sat, 10 May 2025 09:10:57 +0000 (+0900) Subject: Updated PostgreSQL to 17.5 X-Git-Url: https://git.nabium.net/?a=commitdiff_plain;h=7ffa06300c0e5bccaa464745c1db5475cc4a63fb;p=win-optbin.git Updated PostgreSQL to 17.5 --- diff --git a/etc/env-pgbase.cmd b/etc/env-pgbase.cmd index 4dde432..481a65c 100644 --- a/etc/env-pgbase.cmd +++ b/etc/env-pgbase.cmd @@ -1,4 +1,4 @@ @echo off -set PGBASE=%~dp0..\pgsql-17.4 +set PGBASE=%~dp0..\pgsql-17.5 set PATH=%PGBASE%\bin;%PATH%