| From: | Patrick Welche <prlw1(at)newn(dot)cam(dot)ac(dot)uk> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Strange.. |
| Date: | 2001-01-22 10:29:33 |
| Message-ID: | 20010122102933.B943@quartz.newn.cam.ac.uk |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Pete Forman | 2001-01-22 10:33:35 | Re: AW: AW: AW: Re: tinterval - operator problems on AIX |
| Previous Message | Zeugswetter Andreas SB | 2001-01-22 10:07:07 | AW: AW: AW: AW: Re: tinterval - operator problems on AI X |