Re: [NOVICE] Problem with inserting: attribute 'extended_reason' - Mailing list pgsql-general

From Joel Burton
Subject Re: [NOVICE] Problem with inserting: attribute 'extended_reason'
Date
Msg-id JGEPJNMCKODMDHGOBKDNCEOKCOAA.joel@joelburton.com
Whole thread Raw
In response to Problem with inserting: attribute 'extended_reason'  (Wim <wdh@belbone.be>)
List pgsql-general
> -----Original Message-----
> From: pgsql-novice-owner@postgresql.org
> [mailto:pgsql-novice-owner@postgresql.org]On Behalf Of Wim
> Sent: Tuesday, May 21, 2002 9:17 AM
> To: pgsql-novice@postgresql.org; pgsql-general@postgresql.org
> Subject: [NOVICE] Problem with inserting: attribute 'extended_reason'
>
>
> Hi all,
>
>
> In a perl script I try to insert a row with the follow SQL command:
>
> DBD::Pg::st execute failed: ERROR:  Relation 'billing' does not have
> attribute 'extended_reason' at ./upd_billing.pl line 147, <BILLINGFILE>
> line 241.
>
> Does anyone of you knows what this means?

Table "billing" does not have field "extended_reason".

In psql, use "\d billing" to see a list of fields in the table. Perhaps you
called it something else.

- J.

Joel BURTON | joel@joelburton.com | joelburton.com | aim: wjoelburton
Knowledge Management & Technology Consultant


pgsql-general by date:

Previous
From: Oliver Elphick
Date:
Subject: Re: want basic help with C
Next
From: Andrew Sullivan
Date:
Subject: Re: monitoring running transaction