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

From Christopher Kings-Lynne
Subject Re: How to create a new Table in prostgresql from a Webinterface
Date
Msg-id 41215D5B.4050008@familyhealth.com.au
Whole thread Raw
In response to Re: How to create a new Table in prostgresql from a Webinterface  (Michelle Konzack <linux4michelle@freenet.de>)
List pgsql-php
>>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.


pgsql-php by date:

Previous
From: "Todd Lewis"
Date:
Subject: Re: How to create a new Table in prostgresql from a Webinterface
Next
From: Mark Gibson
Date:
Subject: Kerberos, Apache2, mod_auth_kerb, PHP, and PostgreSQL in harmony! How?