Problem with tables and columns names

From: Gabriel Filipiak <gabriel(dot)filipiak(at)gmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Problem with tables and columns names
Date: 2011-12-19 08:16:33
Message-ID: CALy5J6VgJ-9hkxg=KWfN+DeMzYwWiN8K2uXswXcyfnss4-t5sA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,

so I am working on PostgreSQL 9.1.2 on x86_64-unknown-linux-gnu, compiled
by gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2, 64-bit.

It seems that i can't give a table name for example testTable it has to be
test_table, because I can't access it via psql is that right or am I doing
something wrong? The same thing for columns. Can anyone give me a hint
about that?

What is really confusing is that I can access those tables and columns via
SQLAlchemy.

Thx in advance
best regards
Gabe

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Andreas Kretschmer 2011-12-19 08:26:35 Re: Problem with tables and columns names
Previous Message Brent Dombrowski 2011-12-18 02:58:18 Re: Column "..." does not exist (view + union)