Table creation

From: ikorot(at)earthlink(dot)net
To: pgsql-odbc(at)postgresql(dot)org
Subject: Table creation
Date: 2009-11-16 02:08:49
Message-ID: 26627023.1258337329909.JavaMail.root@elwamui-hybrid.atl.sa.earthlink.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi, ALL,
I'm new to this list and to PostgreSQL. However, I am
a C++ developer with some ODBC development experience.

I heard that in PostgreSQL it is possible to create table
in 2 ways:

CREATE TABLE "Foo" ....;

CREATE TABLE Foo... ;

So, when using unquoted version all query should check for
the case sensitivity.

Is it possible to check how the table was created to use proper
query syntax?

Also SQLTableName/SQLColumnName might fail in this case.

Thank you.

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Craig Ringer 2009-11-16 03:02:15 Re: Table creation
Previous Message the6campbells 2009-11-06 16:06:08 ODBC driver does not return time zone for CURRENT_TIMESTAMP