diff options
author | Marc G. Fournier <scrappy@hub.org> | 1998-02-23 20:15:23 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1998-02-23 20:15:23 +0000 |
commit | 3ad3fcc70273f80a91cead4cd159a661eb5fb24b (patch) | |
tree | 909f87f52790c71f81e8ae0d0664299aa155e23b | |
parent | 29230ca8fcd4941c3fca307c4b5c5383dcfb8220 (diff) | |
download | postgresql-3ad3fcc70273f80a91cead4cd159a661eb5fb24b.tar.gz postgresql-3ad3fcc70273f80a91cead4cd159a661eb5fb24b.zip |
Document ACL_RD -> ACL_NO change on default table creation
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |