Re: small ODBC problem - Mailing list pgsql-bugs

From Hiroshi Inoue
Subject Re: small ODBC problem
Date
Msg-id 3B4A78FE.F3732339@tpf.co.jp
Whole thread Raw
In response to small ODBC problem  (pgsql-bugs@postgresql.org)
List pgsql-bugs
pgsql-bugs@postgresql.org wrote:
>
> Jaeho,Huh (dduma@personaldb.net) reports a bug with a severity of 3
> The lower the number the more severe it is.
>
> Short Description
> small ODBC problem
>
> Long Description
> In console, if I execute the multiple statements including with one error statement, then all statements will succeed
exceptthe one error statement. ( Of courcse I didn't use the 'BEGIN WORK' ) 
>
> But in ODBC, if I execute the multiple statements including with one error statement, then all of the statements will
notsucceed. In other words, multiple statements are executed in transaction state in ODBC though without 'BEGIN WORK'. 
>
> I think ODBC run should be the same with the console.
>
> Is it a bug?
>

A multi-statements query is treated as one command.
It's a spec of PostgreSQL though it's not well known.
Psql separates it into multiple commands and call
them one by one by itself.

regards,
Hiroshi Inoue

pgsql-bugs by date:

Previous
From: Namrata
Date:
Subject: problem with compilation!
Next
From: Ganesh Prasad
Date:
Subject: Polymorphism in the PostgreSQL object model