weird state after aborted transaction in pgsql 6.4

From: David Sauer <davids(at)iol(dot)cz>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: weird state after aborted transaction in pgsql 6.4
Date: 1998-12-02 11:17:26
Message-ID: m2pva2eqt5.fsf@iol.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

My database is in weird state after some operation. Here is an example:

[david(at)kerberos david]$ psql
.....
david=> begin;
BEGIN
david=> create table tbl ( i int );
CREATE
david=> insert into tbl values(1);
INSERT 104137 1
EOFid=> [<ctrl-d> here]
[david(at)kerberos david]$ psql
....
david=> create table tbl ( a text );
ERROR: cannot create tbl
david=> \d
Couldn't find any tables, sequences or indices!
====================== cut here ======================
Simple question: why 'ERROR: cannot create tbl' ?
Platform: linux i586, glibc, regression tests seems ok (except minor
problem with floating point. The some problem have my colleague.

thanks,
--
* David Sauer, student of Czech Technical University
* electronic mail: davids(at)iol(dot)cz (mime compatible)
* boycott czech telecom >>>> http://www.bojkot.cz/ (czech)
* >>>> http://www.bojkot.cz/english/ (english)

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 1998-12-02 12:56:54 Re: [HACKERS] weird state after aborted transaction in pgsql 6.4
Previous Message Horak Daniel 1998-12-02 10:38:24 RE: [HACKERS] NT port