Re: CREATE USER - Mailing list pgsql-general

From Thomas Lockhart
Subject Re: CREATE USER
Date
Msg-id 3935E720.ECB48017@alumni.caltech.edu
Whole thread Raw
In response to CREATE USER  ("Diego Schvartzman" <dschvar@yahoo.com>)
Responses RE: CREATE USER  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
List pgsql-general
> I have to create users via an ODBC connection, but I get this error:
>   CREATE USER: may not be called in a transaction block
> With psql I have no problems. Any body knows what is happening?

Yeah. There are too many transaction block wrappers (BEGIN/COMMIT
statements) in the ODBC driver. I'm not sure if we have patches for it
yet...

                    - Thomas

pgsql-general by date:

Previous
From: Lincoln Yeoh
Date:
Subject: RE: Postgresql performance on NT
Next
From: "Hiroshi Inoue"
Date:
Subject: RE: CREATE USER