Re: psql and HTML

From: Micah Yoder <yodermk(at)home(dot)com>
To: "Johnson, Shaunn" <SJohnson6(at)bcbsm(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: psql and HTML
Date: 2001-10-30 02:22:18
Message-ID: 20011030052208.HJFV2467.femail15.sdc1.sfba.home.com@there
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Monday 29 October 2001 10:40 am, Johnson, Shaunn wrote:

try adding this line (or something similar depending on what your actual link
is):

> $list = `/usr/bin/psql -H -d database -U user -c "\\d+"`;

$list =~ s/(op>\s+<td align=left>)([a-zA-Z0-9_]+)(?=<\/td)/$1<a
href="table.php?name=$2">$2<\/a>/g;

> print $list;

--
Like to travel? http://TravTalk.org
Micah Yoder Internet Development http://yoderdev.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Paul Tomblin 2001-10-30 02:30:59 Re: Differential Backups
Previous Message Tod McQuillin 2001-10-30 02:16:05 Re: Differential Backups