From: | <sp8925(at)sohu(dot)com> |
---|---|
To: | <pgsql-general(at)postgreSQL(dot)org> |
Subject: | user question |
Date: | 2002-04-12 02:01:38 |
Message-ID: | 3733864.1018576898354.JavaMail.postfix@srv16.mail.sohu.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
does postgreSQL have any mechanism like Oracle's Redo-log or the 'logupdate' option of MySQL which log only those queries that 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.(My postgreSQL is version 6.5)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-04-12 02:56:49 | Re: Is there a way to look at the interactive Documentation for older versions? |
Previous Message | Richard Emberson | 2002-04-12 01:42:02 | 7.2.1 rpms |