On Wed, Aug 17, 2011 at 11:30 PM, Tom Lane <t...@sss.pgh.pa.us> wrote:
> =?UTF-8?B?TWFyY2luIE1hxYRr?= <marcin.m...@gmail.com> writes:
>>  psql -c 'release q; prepare q(int) as select 1'
>> FATAL:  ReleaseSavepoint: unexpected state STARTED
>
> Can't get terribly excited about that, seeing that the statement is
> surely going to draw an error and abort processing the rest of the
> command string in any case ...

Oh, I thought FATAL was disconnectiong other sessions. Yeah, that was
not bad enough.

Here is a better one:

psql postgres -c 'savepoint q; select 1'
FATAL:  DefineSavepoint: unexpected state STARTED
server closed the connection unexpectedly
        This probably means the server terminated abnormally
        before or while processing the request.

Greetings
Marcin Mańk

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to