On Wednesday 11 May 2005 16:18, Ing. Jhon Carrillo wrote: > I have a postgresql database 7.4, i require my db doesn't work with > automatic transactions. how do i do to change the status "auto-commit"? >
You need to handle that in your client software/api rather than in the database. If you building something from scratch, just issue begins at the start of each connection. -- Robert Treat Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq