Attribute 'name' not found

From: Mario Henley Becerril Geldis <henley(at)uaemex(dot)mx>
To: pgsql-admin(at)postgresql(dot)org
Subject: Attribute 'name' not found
Date: 2002-08-17 01:36:36
Message-ID: Pine.LNX.4.21.0208162035190.26630-100000@real1.correo.mx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi....

I don't known why postgreSQL send this error:

test=# \d addresses
Table "addresses"
Column | Type | Modifiers
--------+------+-----------
Name | text |
Phone | text |
Email | text |

test=# select Name from addresses;
ERROR: Attribute 'name' not found
test=#

any ideas..???

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Stephan Szabo 2002-08-17 02:19:32 Re: Attribute 'name' not found
Previous Message Chris Ruprecht 2002-08-17 01:31:10 Re: ProstGreSQL on RAID Question