Re: "field doesn't exist" even though I'm sure it does

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Tom Hart <tomhart(at)coopfed(dot)org>
Cc: Postgres General List <pgsql-general(at)postgresql(dot)org>
Subject: Re: "field doesn't exist" even though I'm sure it does
Date: 2007-11-16 20:20:37
Message-ID: 20071116122037.6042fa8b@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Fri, 16 Nov 2007 15:13:48 -0500
Tom Hart <tomhart(at)coopfed(dot)org> wrote:

> Addr2 | text |
> Addr3 | text |
> City | text |
> State | text |
> Zip | text |
> Zip5 | text |
> xxPrimaryName | text |
> xxJointName | text |
> xxHouseholdHash | text |
>
> current=#
>
> TIA
>

It is because when you created the relation you double quoted isactive,
so it isn't isactive it is "isActive". E.g; case is relevant.

Joshua D. Drake

> Thomas R. Hart II
> tomhart(at)coopfed(dot)org
>
> ---------------------------(end of
> broadcast)--------------------------- TIP 9: In versions below 8.0,
> the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match
>

- --

=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 24x7/Emergency: +1.800.492.2240
PostgreSQL solutions since 1997 http://www.commandprompt.com/
UNIQUE NOT NULL
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHPfuVATb/zqfZUUQRAv0YAJ9C2YwfiJILDj3DQYmZoCVFBjQ9QwCfZeGE
22+aBWTnM0FYpuBjJJGBSuc=
=5CnL
-----END PGP SIGNATURE-----

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sam Mason 2007-11-16 20:21:20 Re: Primary Key
Previous Message Tom Hart 2007-11-16 20:13:48 "field doesn't exist" even though I'm sure it does