From: Hisataka Kasuga Date: Sat, 16 Sep 2023 08:39:13 +0000 (+0900) Subject: Updated postgres to 16.0. X-Git-Url: https://git.nabium.net/?a=commitdiff_plain;h=06300c47ed22b0eb0501e45380d06d3aea669b3e;p=win-optbin.git Updated postgres to 16.0. --- diff --git a/etc/env-pgbase.cmd b/etc/env-pgbase.cmd index 1663d88..a7c5d40 100644 --- a/etc/env-pgbase.cmd +++ b/etc/env-pgbase.cmd @@ -1,4 +1,4 @@ @echo off -set PGBASE=%~dp0..\pgsql-15.4 +set PGBASE=%~dp0..\pgsql-16.0 set PATH=%PGBASE%\bin;%PATH%