Database creation - Mailing list pgsql-admin

From Sirish Kumar
Subject Database creation
Date
Msg-id 003c01bf58d4$c013d720$edfea0cc@noida.hclt.com
Whole thread Raw
List pgsql-admin
Hello,
     I tried to create database using embedded SQL through following
statements

...
exec sql begin declare section;
   char dbname[]="pgdb";
   ...
 exec sql end declare section;

main()
{
   ...
   exec sql create database :dbname ;
   ...

}

On compilation ecpg gives parser error at "...create database..." statement.

Can anybody help ?


Thanks
Sirish



pgsql-admin by date:

Previous
From: tailor@u.washington.edu
Date:
Subject: Please help me with an install
Next
From: "Shanthala Rao"
Date:
Subject: please help