Re: WebDB, iAS

From: Guy Fraser <guy(at)incentre(dot)net>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: WebDB, iAS
Date: 2003-02-28 17:57:05
Message-ID: 3E5FA2F1.5040407@incentre.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Using :

psql -H -c "select * from table;" database

Generates an HTML formatted table.

Search for "postgres php" on the net, and you will find loads of examples.

I will be working on a large project using PostgreSQL and PHP4 in the near
future. I am currently using "libpq" to directly access PostgreSQL, but the
rest of the programmers on the next project do not have strong skills
programming with 'C'.

Guy

gyurika wrote:
> Hi,
>
> Is there any possibility to access a postgres database via html pages? I'm
> searching for a tool or method, that similars to Oracle WebDB or iAS! Could
> you help me?
>
> Thank you for your help:
> Gyuri
>

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Jakub Ouhrabka 2003-02-28 19:25:27 Re: DELETE FROM t WHERE EXISTS
Previous Message Dan Langille 2003-02-28 17:16:11 DELETE FROM t WHERE EXISTS