Re: psql and HTML - Mailing list pgsql-general

From Micah Yoder
Subject Re: psql and HTML
Date
Msg-id 20011030052208.HJFV2467.femail15.sdc1.sfba.home.com@there
Whole thread Raw
In response to psql and HTML  ("Johnson, Shaunn" <SJohnson6@bcbsm.com>)
List 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


pgsql-general by date:

Previous
From: Ren Weili
Date:
Subject: Re: resend: Chinese sort order problem
Next
From: Tatsuo Ishii
Date:
Subject: Re: resend: Chinese sort order problem