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/