From 3ad3fcc70273f80a91cead4cd159a661eb5fb24b Mon Sep 17 00:00:00 2001
From: "Marc G. Fournier" <scrappy@hub.org>
Date: Mon, 23 Feb 1998 20:15:23 +0000
Subject: [PATCH] Document ACL_RD -> ACL_NO change on default table creation

---
 HISTORY | 1 +
 1 file changed, 1 insertion(+)

diff --git a/HISTORY b/HISTORY
index 9211e28c84f..83ad2f135bc 100644
--- a/HISTORY
+++ b/HISTORY
@@ -39,6 +39,7 @@ Generate elog(ERROR) on over-large integer(Bruce)
 Allow multiple-argument functions in constraint clauses(Thomas)
 Check boolean input literals for 'true','false','yes','no','1','0'
 	and throw elog(ERROR) if unrecognized(Thomas)
+Change default table creation from ACL_RD to ACL_NO (aka private tables)(marc)
 
 
 Enhancements
-- 
GitLab