Re: How to create a new Table in prostgresql from a Webinterface - Mailing list pgsql-php

From Michelle Konzack
Subject Re: How to create a new Table in prostgresql from a Webinterface
Date
Msg-id 20040816171128.GD25345@freenet.de
Whole thread Raw
In response to Re: How to create a new Table in prostgresql from a Webinterface  (Raoul Buzziol <raoulus@libero.it>)
Responses Re: How to create a new Table in prostgresql from a  (Robby Russell <robby@planetargon.com>)
Re: How to create a new Table in prostgresql from a Webinterface  ("Pedro B." <pedro.borracha@netcabo.pt>)
Re: How to create a new Table in prostgresql from a Webinterface  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-php
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)

Attachment

pgsql-php by date:

Previous
From: Raoul Buzziol
Date:
Subject: Re: How to create a new Table in prostgresql from a Webinterface
Next
From: Robby Russell
Date:
Subject: Re: How to create a new Table in prostgresql from a