rfb=# insert into person (id,surname) values (2274,'Unknown!');
ERROR:  Relation 'subject' does not exist

Correct - where does subject come from?!

rfb=# \d person
            Table "person"
 Attribute |     Type      | Modifier 
-----------+---------------+----------
 id        | bigint        | 
 surname   | character(20) | 
 firstname | character(30) | 
 email     | character(30) | 
 phone     | character(16) | 
 rfbdate   | date          | 
Index: name_idx

(in fact no 'suject' in any table anywhere)

Am I going spare?

Cheers,

Patrick

 PostgreSQL 7.1beta3 on i386-unknown-netbsdelf1.5Q, compiled by GCC egcs-1.1.2

Reply via email to