CREATE USER and ODBC - Mailing list pgsql-general

From Jarmo Paavilainen
Subject CREATE USER and ODBC
Date
Msg-id 000201c01fb8$a74c1a80$1501a8c0@theboss.comder.private
Whole thread Raw
Responses Re: CREATE USER and ODBC
List pgsql-general
Hi,

Sorry if this has allready been sent, but Ive not received it from the list.

I seem not to able to create a user through ODBC (through MFC classes).

What I use is "CDatabase::ExecuteSQL( "CREATE USER jarmo WITH PASSWORD
'myPass'" );"

PostgreSQL complains that it can not create users inside a transaction (no
transaction is active, unless the ODBC driver creates one). And Ive logged
in as a superuser.

PostgreSQL 7.0.2 (Linux) and ODBC driver 6.5 (Win98).

// Jarmo

PS. Ive followed this list for a while and... Is PostgreSQL more buggy and
harder to port to than mySQL, or is it just that Im not subscribed to mySQL
problem lists. DS.


pgsql-general by date:

Previous
From: "Horst Herb"
Date:
Subject: crc function
Next
From: Jan Wieck
Date:
Subject: Re: CREATE USER and ODBC