Table creation - Mailing list pgsql-odbc

From ikorot@earthlink.net
Subject Table creation
Date
Msg-id 26627023.1258337329909.JavaMail.root@elwamui-hybrid.atl.sa.earthlink.net
Whole thread Raw
Responses Re: Table creation
List 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.

pgsql-odbc by date:

Previous
From: the6campbells
Date:
Subject: ODBC driver does not return time zone for CURRENT_TIMESTAMP
Next
From: Craig Ringer
Date:
Subject: Re: Table creation