From: Hisataka Kasuga Date: Sat, 19 Aug 2023 05:47:55 +0000 (+0900) Subject: Updated PostgreSQL to 15.4 X-Git-Url: https://git.nabium.net/?a=commitdiff_plain;h=a56265dac55be98626dbb4baf136dc559fbfd6b8;p=win-optbin.git Updated PostgreSQL to 15.4 --- diff --git a/etc/env-pgbase.cmd b/etc/env-pgbase.cmd index 11360f1..1663d88 100644 --- a/etc/env-pgbase.cmd +++ b/etc/env-pgbase.cmd @@ -1,4 +1,4 @@ @echo off -set PGBASE=%~dp0..\pgsql-15.3 +set PGBASE=%~dp0..\pgsql-15.4 set PATH=%PGBASE%\bin;%PATH%