psql & HTML

From: Leif Jensen <leif(at)crysberg(dot)dk>
To: pgsql-general(at)postgresql(dot)org
Subject: psql & HTML
Date: 2002-02-15 10:57:52
Message-ID: Pine.LNX.4.21.0202151139160.5920-100000@samba.crysberg.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hi there,

I have been using psql's HTML option for quite some time to generate
intranet tables from our corporate database, which works very nicely.

I wonder if anyone has been extending this feature for better control of
the output. At the moment I am piping output through several 'sed's to
control table attributes like bgcolor, alignment, etc. It's very difficult
to control individual columns, using colgroups, etc. this way. I would
like some kind of additional options making it possible to add table
attributes as well as making layout control easier.

I have been thinking of having a look at the psql source for adding such
features if they don't already exists, and I would welcome any suggestions
in this respect !

Greetings,

Leif

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martín Marqués 2002-02-15 11:42:19 Re: PRIMARY KEY and UNIQUE
Previous Message Chris 2002-02-15 10:56:08 Re: Perl or PHP DB Access?