// file : pgsql/native/driver.cxx // author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test native SQL execution. // #include // std::auto_ptr #include #include #include using namespace std; int main () { return 0; }