summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-03-01 05:27:47 +0000
committerBruce Momjian <bruce@momjian.us>1998-03-01 05:27:47 +0000
commit18af18dface6b562c5049f2448878c25c38db2e2 (patch)
treee66bbd900314a6dea6d36a7ee78d2435e14a9927 /HISTORY
parent22d79d0ef1d0e217f16b9491080ba4481c8b230d (diff)
downloadpostgresql-18af18dface6b562c5049f2448878c25c38db2e2.tar.gz
Prepare for 6.3 release.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 1 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index f6d06df191..ecf46b75a1 100644
--- a/HISTORY
+++ b/HISTORY
@@ -125,7 +125,6 @@ New frontend/backend protocol has a version number, network byte order(Phil)
Security features in pg_hba.conf enhanced and documented, many cleanups(Phil)
CHAR() now faster access than VARCHAR() or TEXT
ecpg embedded SQL preprocessor
-Add GROUP BY to INSERT INTO table SELECT * FROM table2
Reduce system column overhead(Vadmin)
Remove pg_time table(Vadim)
Add pg_type attribute to identify types that need length (bpchar, varchar)
@@ -134,6 +133,7 @@ Allow VIEW permissions to be set separately from the underlying tables.
For security, use GRANT/REVOKE on views as appropriate(Jan)
Tables now have no default GRANT SELECT TO PUBLIC. You must
explicitly grant such permissions.
+Clean up tutorial examples(Darren)
Source Tree Changes
-------------------