Обсуждение: pgsql: Update wording: < the table.

Поиск
Список
Период
Сортировка

pgsql: Update wording: < the table.

От
momjian@postgresql.org (Bruce Momjian)
Дата:
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)