Tom Lane writes: > There are some things we can tweak to make the clients less broken than > they are now --- for instance, all of libpq's startup-time SET commands > could be switched to "BEGIN; SET ...; COMMIT;" which will work the same > with or without autocommit --- but I don't think we can expect to fix > large-object support, for example, without the protocol change.
Perhaps one should consider removing the autocommit option. It's no use if it's there but everything breaks when you turn it on. -- Peter Eisentraut [EMAIL PROTECTED] ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html