From f90b4d28ba7e59f1720470c321f5a211dad74567 Mon Sep 17 00:00:00 2001 From: Hisataka Kasuga Date: Tue, 17 Feb 2026 12:52:43 +0900 Subject: [PATCH] Updated PostgreSQL --- etc/env-pgbase.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/env-pgbase.cmd b/etc/env-pgbase.cmd index a2b365b..fc52200 100644 --- a/etc/env-pgbase.cmd +++ b/etc/env-pgbase.cmd @@ -1,4 +1,4 @@ @echo off -set PGBASE=%~dp0..\pgsql-17.7 +set PGBASE=%~dp0..\pgsql-18.2 set PATH=%PGBASE%\bin;%PATH% -- 2.24.4