Update Log

From: Hunter Hillegas <hunter(at)lastonepicked(dot)com>
To: postgreSQLList <pgsql-general(at)postgresql(dot)org>
Subject: Update Log
Date: 2001-02-02 04:39:32
Message-ID: B69F7A04.133AD%hunter@lastonepicked.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm switching to Postgres from mySQL.

MySQL has an option that allows you to write an update log to disk. It's
basically a text file that contains all of the SQL queries that updated the
database (UPDATE, DELETE, INSERT; not SELECT). We use this to update some
slave servers for non-live replication.

Does PostgreSQL have this ability or something similar?

Hunter

Browse pgsql-general by date

  From Date Subject
Next Message Ian Harding 2001-02-02 04:45:00 Re: SQL Join - MySQL/PostgreSQL difference?
Previous Message Per-Olof Petterson 2001-02-02 03:50:50 Re: Foreign Keys