[GENERAL] Distributed Transactions

2005-08-14 Thread Mike Fahrenkrog
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 --

[GENERAL] Scripting Functions to Separate Files

2005-07-06 Thread 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