Re: CREATE DATABASE command in Extended Query mode of 3.0 protocol

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Carlos Guzman Alvarez <carlosga(at)telefonica(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: CREATE DATABASE command in Extended Query mode of 3.0 protocol
Date: 2003-07-08 05:34:43
Message-ID: 22687.1057642483@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Carlos Guzman Alvarez <carlosga(at)telefonica(dot)net> writes:
> 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 ??

No, it should just work. Can you give a test case? Do you see similar
problems with other utility commands, or is it only CREATE DATABASE?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-07-08 05:48:41 Re: Another nasty pg_dump bug in 7.3 (and 7.4?)
Previous Message Andrew Sullivan 2003-07-08 04:39:32 Re: vacuum does not reclaim rows