Re: column doesnt exist? - Mailing list pgsql-bugs

From Michael Fuhr
Subject Re: column doesnt exist?
Date
Msg-id 20041118152245.GA44544@winnie.fuhr.org
Whole thread Raw
In response to column doesnt exist?  (Cao Duy <cao.duy@1und1.com>)
List pgsql-bugs
On Thu, Nov 18, 2004 at 03:47:16PM +0100, Cao Duy wrote:

>   "AbfrageTyp" varchar(50) NOT NULL,

[snip]

> select AbfrageTyp from stresslog
> ->ERROR: Column abfragetyp doesn't exist

Read the "Identifiers and Key Words" section of the "SQL Syntax"
chapter in the documentation, especially the parts about quoted
identifiers.

http://www.postgresql.org/docs/7.4/static/sql-syntax.html#SQL-SYNTAX-IDENTIFIERS

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-bugs by date:

Previous
From: Achilleus Mantzios
Date:
Subject: Re: column doesnt exist?
Next
From: Tom Lane
Date:
Subject: Re: plperl crashes backend