From: Hisataka Kasuga Date: Sat, 28 Feb 2026 01:10:25 +0000 (+0900) Subject: Updated PostgreSQL X-Git-Url: https://git.nabium.net/?a=commitdiff_plain;ds=inline;p=win-optbin.git Updated PostgreSQL --- diff --git a/etc/env-pgbase.cmd b/etc/env-pgbase.cmd index fc52200..eb192c6 100644 --- a/etc/env-pgbase.cmd +++ b/etc/env-pgbase.cmd @@ -1,4 +1,4 @@ @echo off -set PGBASE=%~dp0..\pgsql-18.2 +set PGBASE=%~dp0..\pgsql-18.3 set PATH=%PGBASE%\bin;%PATH%