From: Hisataka Kasuga Date: Sun, 12 May 2024 12:26:21 +0000 (+0900) Subject: Updated postgres to 16.3 X-Git-Url: https://git.nabium.net/?a=commitdiff_plain;h=f3eacfd6cf370edf575c65ac28b49fc7f5d3a0d8;p=win-optbin.git Updated postgres to 16.3 --- diff --git a/etc/env-pgbase.cmd b/etc/env-pgbase.cmd index a55521b..9120f15 100644 --- a/etc/env-pgbase.cmd +++ b/etc/env-pgbase.cmd @@ -1,4 +1,4 @@ @echo off -set PGBASE=%~dp0..\pgsql-16.2 +set PGBASE=%~dp0..\pgsql-16.3 set PATH=%PGBASE%\bin;%PATH%