From 204f2ab46292ec526c5944785c5c083c882b4787 Mon Sep 17 00:00:00 2001 From: Hisataka Kasuga Date: Sat, 28 Feb 2026 10:10:25 +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 fc52200..eb192c6 100644 --- a/etc/env-pgbase.cmd +++ b/etc/env-pgbase.cmd @@ -1,4 +1,4 @@ @echo off -set PGBASE=%~dp0..\pgsql-18.2 +set PGBASE=%~dp0..\pgsql-18.3 set PATH=%PGBASE%\bin;%PATH% -- 2.24.4