From 878d9520843e5eb622f115e612a6e0504aa8deaa Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Wed, 9 Jun 1999 13:44:59 +0000 Subject: [PATCH] Add mention of hot backups to the release notes. Add id tags to chapter and section headings to ensure good labels on output html files. --- doc/src/sgml/install.sgml | 10 ++++++---- doc/src/sgml/legal.sgml | 2 +- doc/src/sgml/notation.sgml | 4 ++-- doc/src/sgml/release.sgml | 20 ++++++++++++++------ doc/src/sgml/syntax.sgml | 2 +- 5 files changed, 24 insertions(+), 14 deletions(-) diff --git a/doc/src/sgml/install.sgml b/doc/src/sgml/install.sgml index c1023a5bec..33ae9547c4 100644 --- a/doc/src/sgml/install.sgml +++ b/doc/src/sgml/install.sgml @@ -719,14 +719,16 @@ pg_id: can't load library 'libpq.so' Several regression tests could fail if the user's locale collation - scheme is different from that of standard C locale. + scheme is different from that of the standard C locale. If you configure and compile Postgres - with the option then - set locale environment to C (or unset all LC_* variables) + with then you should + set the locale environment to C + (or unset all LC_* variables) by putting these additional lines to your login environment - before starting postmaster: + before starting postmaster: + LC_COLLATE=C LC_CTYPE=C diff --git a/doc/src/sgml/legal.sgml b/doc/src/sgml/legal.sgml index 8078fa3433..cc6e7807c5 100644 --- a/doc/src/sgml/legal.sgml +++ b/doc/src/sgml/legal.sgml @@ -1,4 +1,4 @@ - + Copyrights and Trademarks diff --git a/doc/src/sgml/notation.sgml b/doc/src/sgml/notation.sgml index 712ebd1832..b33034a1fc 100644 --- a/doc/src/sgml/notation.sgml +++ b/doc/src/sgml/notation.sgml @@ -1,4 +1,4 @@ - + Terminology @@ -65,7 +65,7 @@ - + Notation diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 2e7732a089..1d3f2c661e 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,4 +1,4 @@ - + Release Notes @@ -44,10 +44,18 @@ longer are restricted by simple table-level locking; we have something better than row-level locking. + + + + + + Hot backups from pg_dump + + - Another big benefit of MVCC is that pg_dump - can now generate consistent backups of live, active databases, without - blocking active transactions. + pg_dump takes advantage of the new + MVCC features to give a consistant database dump/backup while + the database stays online and available for queries. @@ -84,7 +92,7 @@ We now have CASE, INTERSECT, and EXCEPT statement support. We have new LIMIT/OFFSET, SET TRANSACTION ISOLATION LEVEL, - SELECT ... FOR UPDATE, and an improved LOCK command. + SELECT ... FOR UPDATE, and an improved LOCK TABLE command. @@ -184,7 +192,7 @@ SELECT it doesn't mean that this row really exists at the time it is returned (i.e. sometime after the statement or transaction began) nor that the row is protected from deletion or - updation by concurrent transactions before the current transaction does + update by concurrent transactions before the current transaction does a commit or rollback. diff --git a/doc/src/sgml/syntax.sgml b/doc/src/sgml/syntax.sgml index 72043575f3..e9c3467638 100644 --- a/doc/src/sgml/syntax.sgml +++ b/doc/src/sgml/syntax.sgml @@ -1,4 +1,4 @@ - + SQL Syntax -- 2.49.0