From: Hisataka Kasuga Date: Fri, 10 Nov 2023 16:11:52 +0000 (+0900) Subject: Updated postgres to 16.1. X-Git-Url: https://git.nabium.net/?a=commitdiff_plain;h=1dfa73338af7decb6d729747b2b099203980984f;p=win-optbin.git Updated postgres to 16.1. --- diff --git a/etc/env-pgbase.cmd b/etc/env-pgbase.cmd index a7c5d40..51ac0d8 100644 --- a/etc/env-pgbase.cmd +++ b/etc/env-pgbase.cmd @@ -1,4 +1,4 @@ @echo off -set PGBASE=%~dp0..\pgsql-16.0 +set PGBASE=%~dp0..\pgsql-16.1 set PATH=%PGBASE%\bin;%PATH%