Re: psql and HTML

Поиск
Список
Период
Сортировка
От Micah Yoder
Тема Re: psql and HTML
Дата
Msg-id 20011030052208.HJFV2467.femail15.sdc1.sfba.home.com@there
обсуждение исходный текст
Ответ на psql and HTML  ("Johnson, Shaunn" <SJohnson6@bcbsm.com>)
Список 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 по дате отправления:

Предыдущее
От: Ren Weili
Дата:
Сообщение: Re: resend: Chinese sort order problem
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: resend: Chinese sort order problem