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

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



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


:-/

I was looking for a php-Command or somthing like this to create the table but not thinking on a pg_query WHICH execute the command...

There is no such command.



[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