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

Поиск
Список
Период
Сортировка
От Raoul Buzziol
Тема Re: How to create a new Table in prostgresql from a Webinterface
Дата
Msg-id cfm559$6jg$1@news.hub.org
обсуждение исходный текст
Ответ на How to create a new Table in prostgresql from a Webinterface  (Michelle Konzack <linux4michelle@freenet.de>)
Ответы Re: How to create a new Table in prostgresql from a Webinterface  (Michelle Konzack <linux4michelle@freenet.de>)
Список pgsql-php
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
>


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

Предыдущее
От: Steve Bergman
Дата:
Сообщение: Re: How to create a new Table in prostgresql from a
Следующее
От: Michelle Konzack
Дата:
Сообщение: Re: How to create a new Table in prostgresql from a Webinterface