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

2003-07-07 Thread Tom Lane
Carlos Guzman Alvarez <[EMAIL PROTECTED]> 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 expec

[HACKERS] CREATE DATABASE command in Extended Query mode of 3.0 protocol

2003-07-07 Thread Carlos Guzman Alvarez
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