hi,
i wonder if there exists a c++ wrapper library to libpq (or native c++
library to postgresql). I'd like to be able to develop c++ applications
importing classes from libraries: classes like database connections, data
sources, sql-queries, much like for example de database-components in
D
can anybody explain me the syntax of Create Table documentation??
CREATE [ TEMPORARY | TEMP ] TABLE table (
column type
[ NULL | NOT NULL ] [ UNIQUE ] [ DEFAULT value ]
[ column_constraint_clause | PRIMARY KEY } [ ... ] ]
[ , ... ]
[ , PRIMARY KEY ( column