From: Hisataka Kasuga Date: Sun, 24 Nov 2024 00:27:17 +0000 (+0900) Subject: Updated PostgreSQL to 17.2 X-Git-Url: https://git.nabium.net/?a=commitdiff_plain;h=24dd3e00d9c7744cf6df0909781fa99b06e083a3;p=win-optbin.git Updated PostgreSQL to 17.2 --- diff --git a/etc/env-pgbase.cmd b/etc/env-pgbase.cmd index a8af40e..dff54b8 100644 --- a/etc/env-pgbase.cmd +++ b/etc/env-pgbase.cmd @@ -1,4 +1,4 @@ @echo off -set PGBASE=%~dp0..\pgsql-16.4 +set PGBASE=%~dp0..\pgsql-17.2 set PATH=%PGBASE%\bin;%PATH%