CREATE DATABASE command in Extended Query mode of 3.0 protocol

From: Carlos Guzman Alvarez <carlosga(at)telefonica(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: CREATE DATABASE command in Extended Query mode of 3.0 protocol
Date: 2003-07-07 20:07:52
Message-ID: 3F09D318.2010708@telefonica.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello:

I'm trying to create a database using the extended query mode ( with my
own implementation of the 3.0 protocol in C# ) but i'm having problem,
the CREATE DATABASE command seems to be executed well and the answer of
the server is the expected but the database is never created, if i exec
the same command with the simple query cycle all works as expected and
the database is created, is this the correct behavior ??

--
Best regards

Carlos Guzmán Álvarez
Vigo-Spain

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message ohp 2003-07-07 20:34:09 Re: pg_stat_activity
Previous Message scott.marlowe 2003-07-07 19:58:24 Re: PostgreSQL vs. MySQL