On Tue, 2005-07-26 at 12:51, Dr NoName wrote:
> postgresql doesn't support distributed transactions.
Hi, I just wanted to confirm this. Is there any reasonable way to configure
distributed transactions involving Postgres?
Thanks very much,
Mike Fahrenkrog
--
Title: Scripting Functions to Separate Files
Hi,
Does anyone know an efficient way to script database objects (preferably all objects, but particularly functions) to separate files? I would like to have a separate file for each object, so that I can easily add them to source control.
Thank