From: Hisataka Kasuga Date: Mon, 19 Aug 2024 01:57:28 +0000 (+0900) Subject: Updated postgres to 16.4 X-Git-Url: https://git.nabium.net/?a=commitdiff_plain;h=9a84ed9f1e1847872d6b351bcbc8cc87f5b94e8c;p=win-optbin.git Updated postgres to 16.4 --- diff --git a/etc/env-pgbase.cmd b/etc/env-pgbase.cmd index 9120f15..a8af40e 100644 --- a/etc/env-pgbase.cmd +++ b/etc/env-pgbase.cmd @@ -1,4 +1,4 @@ @echo off -set PGBASE=%~dp0..\pgsql-16.3 +set PGBASE=%~dp0..\pgsql-16.4 set PATH=%PGBASE%\bin;%PATH%