How can i add HTML links in postgres? I have a webpage where i will add a name then a link. how can i do this???
Just store the text in any text-type field you want. If you give the string the proper html format the link will even show up as a link when you print it again.