user question

Поиск
Список
Период
Сортировка
От
Тема user question
Дата
Msg-id 3733864.1018576898354.JavaMail.postfix@srv16.mail.sohu.com
обсуждение исходный текст
Список pgsql-general
does postgreSQL have any mechanism like Oracle's Redo-log or the 'logupdate' option of MySQL which log only those
queriesthat cause really happened changes to databases? In postgreSQL, how to do things like MySQL's "flush logs" and
Oracle's"alter database archivelog"? what's the information in $PGDATA/pg_log? how to browse it? how to delete rows
having'invalid' timestamp value? i use "delete from tablename where timestampColName = 'invalid';",but can't delete
them.(MypostgreSQL is version 6.5) 

В списке pgsql-general по дате отправления:

Предыдущее
От: "Ole"
Дата:
Сообщение: Please - postgresql cannot connect?
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: [SQL] Transactional vs. Read-only (Retrieval) database