hyperlinks stored in pgsql - Mailing list pgsql-novice

From
Subject hyperlinks stored in pgsql
Date
Msg-id 20060831184629.68809.qmail@web33309.mail.mud.yahoo.com
Whole thread Raw
Responses Re: hyperlinks stored in pgsql  ("Andrej Ricnik-Bay" <andrej.groups@gmail.com>)
Re: hyperlinks stored in pgsql  (Andreas <maps.on@gmx.net>)
List pgsql-novice
i'm wondering if there are any issues i should be
aware of when storing "active" hyperlink data in my
db.

right now, i'm storing text like "http://domain.com"
in the db.  when i display the data, it displays as
text and the usuer has to copy and paste it to the
address bar and press enter to view the link.

i'd like to enter

"<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.

tia...

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

pgsql-novice by date:

Previous
From:
Date:
Subject: Re: int4 to varchar length (pgadmin3) issue
Next
From: "Andrej Ricnik-Bay"
Date:
Subject: Re: hyperlinks stored in pgsql