Re: [SQL] html table output of table space

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: pierre(at)desertmoon(dot)com
Cc: pgsql-sql(at)hub(dot)org
Subject: Re: [SQL] html table output of table space
Date: 1998-12-31 17:22:31
Message-ID: 199812311722.MAA05507@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> All,
>
> Before I spend my time working up a perl tool to html-ize the output
> of the \d command to document in html my data dictionary, is there
>
> a) Already a tool in existance?
>
> -or-
>
> b) A way to get the output of \d in html table format?

psql has an html mode, so you can use that, and run the query that
psql.c has for \d.

The only reason \d doesn't work work with the html mode automatically is
that we do some special handling for varlena types in psql.c.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Greg Youngblood 1998-12-31 19:33:54 HELP: Problems with triggers and sql functions
Previous Message pierre 1998-12-31 16:27:34 html table output of table space