From 26460a25ff67999e67d584f5c249109ec3a3b372 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 19 May 2019 12:27:25 +0100 Subject: [PATCH] README: Correct a stray mention of PL/pgSQL in the PL/SQL section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2aaf1c5..5f438962 100644 --- a/README.md +++ b/README.md @@ -803,7 +803,7 @@ PSQL_USER=myuser PGPASSWORD=mypass ./wrap.sh stepX_YYY.sql ### PL/SQL (Oracle SQL Procedural Language) -The PL/pgSQL implementation of mal requires a running Oracle DB +The PL/SQL implementation of mal requires a running Oracle DB server (the "kanaka/mal-test-plsql" docker image automatically starts an Oracle Express server). The implementation connects to the Oracle server to create types, tables and stored procedures. The