pgsql: Update wording: < the table.

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update wording: < the table.
Date: 2006-01-05 16:26:50
Message-ID: 20060105162650.3C68C9DC816@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Update wording:

< the table. Another option is to avoid transaction logging entirely
< and truncate or drop the table on crash recovery. These should be
< implemented using ALTER TABLE, e.g. ALTER TABLE PERSISTENCE [ DROP |
< TRUNCATE | STABLE | DEFAULT ]. [wallog]
> the table. This would affect COPY, and perhaps INSERT/UPDATE too.
> Another option is to avoid transaction logging entirely and truncate
> or drop the table on crash recovery. These should be implemented
> using ALTER TABLE, e.g. ALTER TABLE PERSISTENCE [ DROP | TRUNCATE |
> STABLE | DEFAULT ]. [wallog]

Modified Files:
--------------
pgsql/doc:
TODO (r1.1743 -> r1.1744)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1743&r2=1.1744)
pgsql/doc/src/FAQ:
TODO.html (r1.248 -> r1.249)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.248&r2=1.249)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-01-05 16:35:20 pgsql: Update wording: < STABLE | DEFAULT ].
Previous Message Bruce Momjian 2006-01-05 16:23:49 pgsql: Add: > > * Allow control over which tables are WAL-logged > >