projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29230ca
)
Document ACL_RD -> ACL_NO change on default table creation
author
Marc G. Fournier
Mon, 23 Feb 1998 20:15:23 +0000
(20:15 +0000)
committer
Marc G. Fournier
Mon, 23 Feb 1998 20:15:23 +0000
(20:15 +0000)
HISTORY
patch
|
blob
|
blame
|
history
diff --git
a/HISTORY
b/HISTORY
index 9211e28c84f102507d642efafe6c148afe9ca66d..83ad2f135bc3e5c1e821a3c031f680fe33e99f9c 100644
(file)
--- 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