Search Postgresql Archives

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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Nov 16, 2007 at 03:13:48PM -0500, Tom Hart wrote:
> column "isactive" of relation "membermailingaddress" does not exist
> 
>    Table "public.membermailingaddress"
>     Column      |     Type     | Modifiers
> -----------------+--------------+-----------
> IsActive        | boolean      |

If you don't enclose an identifier in double quotes (") then PG will
make the identifier lowercase before looking for it.  This is in an
attempt to support case-insensitive general usage, while still allowing
case-sensitive usage if you really want it.


  Sam

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux