Re: can I define a hyperlink as a datatype - Mailing list pgsql-novice

From Josh Berkus
Subject Re: can I define a hyperlink as a datatype
Date
Msg-id 200409141618.18122.josh@agliodbs.com
Whole thread Raw
In response to can I define a hyperlink as a datatype  (Kumar S <ps_postgres@yahoo.com>)
Responses Re: can I define a hyperlink as a datatype
Re: can I define a hyperlink as a datatype
List pgsql-novice
Kumar,

>  is there a way to define a hyperlink as a datatype.
>
> I want to store hyperlink for an FTP site as my data
> link. Is this possible or it is good to define it as
> varchar.

You can just use TEXT.    If you want to get really sophisticated, you can
define a DOMAIN to check for proper format.

--
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco

pgsql-novice by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Serial datatype clarification
Next
From: Oliver Fromme
Date:
Subject: Re: can I define a hyperlink as a datatype