Re: WebDB, iAS - Mailing list pgsql-sql

From Guy Fraser
Subject Re: WebDB, iAS
Date
Msg-id 3E5FA2F1.5040407@incentre.net
Whole thread Raw
In response to WebDB, iAS  (gyurika <gyurika@prolan.hu>)
List 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
> 




pgsql-sql by date:

Previous
From: "Dan Langille"
Date:
Subject: DELETE FROM t WHERE EXISTS
Next
From: Jakub Ouhrabka
Date:
Subject: Re: DELETE FROM t WHERE EXISTS