Re: hyperlinks stored in pgsql

From: "Andrej Ricnik-Bay" <andrej(dot)groups(at)gmail(dot)com>
To: "operationsengineer1(at)yahoo(dot)com" <operationsengineer1(at)yahoo(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: hyperlinks stored in pgsql
Date: 2006-08-31 18:52:28
Message-ID: b35603930608311152q1815947dx743623e3498b12e3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 9/1/06, operationsengineer1(at)yahoo(dot)com
> "<a href="http://domain.com"> domain</a>"
>
> into the db so that the user will just have to click
> the link to view the hyperlinked page.
>
> somehow i think this is might be a security risk, but
> i can't recall for sure.
Not from a database perspective; to postgres it's still just
text data. Whether or not the users are able to modify the
tags so it looks like "<a href="http://www.moresex.com"> domain</a>"
is not a database issue :}

> tia...
Cheers,
Andrej

--
Please don't top post, and don't use HTML e-Mail :} Make your quotes concise.

http://www.american.edu/econ/notes/htmlmail.htm

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Ray Stell 2006-08-31 19:42:22 admin technical training
Previous Message operationsengineer1 2006-08-31 18:46:29 hyperlinks stored in pgsql