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..???