Re: [NOVICE] Problem with inserting: attribute 'extended_reason'

From: "Joel Burton" <joel(at)joelburton(dot)com>
To: "Wim" <wdh(at)belbone(dot)be>, <pgsql-novice(at)postgresql(dot)org>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: [NOVICE] Problem with inserting: attribute 'extended_reason'
Date: 2002-05-21 13:38:38
Message-ID: JGEPJNMCKODMDHGOBKDNCEOKCOAA.joel@joelburton.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice


> -----Original Message-----
> From: pgsql-novice-owner(at)postgresql(dot)org
> [mailto:pgsql-novice-owner(at)postgresql(dot)org]On Behalf Of Wim
> Sent: Tuesday, May 21, 2002 9:17 AM
> To: pgsql-novice(at)postgresql(dot)org; pgsql-general(at)postgresql(dot)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(at)joelburton(dot)com | joelburton.com | aim: wjoelburton
Knowledge Management & Technology Consultant

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2002-05-21 14:13:56 Re: monitoring running transaction
Previous Message Oliver Elphick 2002-05-21 13:31:18 Re: want basic help with C

Browse pgsql-novice by date

  From Date Subject
Next Message Ron Johnson 2002-05-21 20:20:13 Large tables being split at 1GB boundary
Previous Message Wim 2002-05-21 13:16:44 Problem with inserting: attribute 'extended_reason'