From: Hisataka Kasuga Date: Sat, 17 Feb 2024 20:37:53 +0000 (+0900) Subject: Updated postgres to 16.2 X-Git-Url: https://git.nabium.net/?a=commitdiff_plain;h=33352cc2a6b772b392c388e82eb524ecaaa9e6c6;p=win-optbin.git Updated postgres to 16.2 --- diff --git a/etc/env-pgbase.cmd b/etc/env-pgbase.cmd index 51ac0d8..a55521b 100644 --- a/etc/env-pgbase.cmd +++ b/etc/env-pgbase.cmd @@ -1,4 +1,4 @@ @echo off -set PGBASE=%~dp0..\pgsql-16.1 +set PGBASE=%~dp0..\pgsql-16.2 set PATH=%PGBASE%\bin;%PATH%