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

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Michelle Konzack <linux4michelle(at)freenet(dot)de>
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: How to create a new Table in prostgresql from a Webinterface
Date: 2004-08-17 01:20:27
Message-ID: 41215D5B.4050008@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Mark Gibson 2004-08-17 14:40:02 Kerberos, Apache2, mod_auth_kerb, PHP, and PostgreSQL in harmony! How?
Previous Message Todd Lewis 2004-08-17 00:41:17 Re: How to create a new Table in prostgresql from a Webinterface