Re: How to create a new Table in prostgresql from a Webinterface

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Michelle Konzack wrote:

> Hello,
> 
> Never I have done this before (no need) but now I nee to create a
> new table with some colums from a Webinterface and do not know how
> to do that.

You have to execute a query:

pg_query(connection, "CREATE TABLE tablename (id serial, val int4...);");


> 
> Please can anyone point me into the right direction ?
> 
> Thanks, Greetings
> and nice Weekend
> Michelle
> 



[Index of Archives]     [Postgresql General]     [Postgresql Admin]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Yosemite Backpacking]     [Postgresql Jobs]

  Powered by Linux