Re: CREATE USER

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Diego Schvartzman <dschvar(at)yahoo(dot)com>
Cc: Lista PGSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: CREATE USER
Date: 2000-06-01 04:31:28
Message-ID: 3935E720.ECB48017@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

  • CREATE USER at 2000-05-31 21:34:28 from Diego Schvartzman

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adam Walczykiewicz 2000-06-01 05:45:48 textpos() in postgreSQL 7.0
Previous Message Lincoln Yeoh 2000-06-01 01:24:28 RE: Postgresql performance on NT