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

Поиск
Список
Период
Сортировка
Am 2004-08-15 00:55:34, schrieb Raoul Buzziol:
> 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...);");

:-/

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...


Greetings
Michelle

--
Linux-User #280138 with the Linux Counter, http://counter.li.org/
Michelle Konzack   Apt. 917                  ICQ #328449886
                   50, rue de Soultz         MSM LinuxMichi
0033/3/88452356    67100 Strasbourg/France   IRC #Debian (irc.icq.com)

Вложения

В списке pgsql-php по дате отправления:

Предыдущее
От: Raoul Buzziol
Дата:
Сообщение: Re: How to create a new Table in prostgresql from a Webinterface
Следующее
От: Robby Russell
Дата:
Сообщение: Re: How to create a new Table in prostgresql from a