aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1998-02-23 20:15:23 +0000
committerMarc G. Fournier <scrappy@hub.org>1998-02-23 20:15:23 +0000
commit3ad3fcc70273f80a91cead4cd159a661eb5fb24b (patch)
tree909f87f52790c71f81e8ae0d0664299aa155e23b
parent29230ca8fcd4941c3fca307c4b5c5383dcfb8220 (diff)
downloadpostgresql-3ad3fcc70273f80a91cead4cd159a661eb5fb24b.tar.gz
postgresql-3ad3fcc70273f80a91cead4cd159a661eb5fb24b.zip
Document ACL_RD -> ACL_NO change on default table creation
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
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