Re: [GENERAL] HTML generation with PL/PgSQL

2003-10-25 Thread elein
In addition to all of the fancy tools, there is the simple options on psql: psql -H -c "select * from pg_user;"; This outputs the selections in HTML which I am not including here. If you also use the -T option you can set the table attributes. --elein [EMAIL PROTECTED] =

Re: [GENERAL] HTML generation with PL/PgSQL

2003-10-24 Thread Scott Chapman
On Thursday 23 October 2003 11:38, Birahim FALL wrote: > Is such a product exists (preferably opensource). > I'm ready to go for python etc, but I really wuld have to re-educate > myself. Bir, There are a LOT of ways to make web pages with data from Postgres. I'd suggest you get: The latest