diff options
| author | Bruce Momjian <bruce@momjian.us> | 1998-03-01 05:27:47 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1998-03-01 05:27:47 +0000 |
| commit | 18af18dface6b562c5049f2448878c25c38db2e2 (patch) | |
| tree | e66bbd900314a6dea6d36a7ee78d2435e14a9927 /HISTORY | |
| parent | 22d79d0ef1d0e217f16b9491080ba4481c8b230d (diff) | |
| download | postgresql-18af18dface6b562c5049f2448878c25c38db2e2.tar.gz | |
Prepare for 6.3 release.
Diffstat (limited to 'HISTORY')
| -rw-r--r-- | HISTORY | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ------------------- |
